What this answers
This visual answers "why does a prediction interval always look wider than a confidence interval from the same regression line?" It holds the fitted line fixed and lets you change the residual spread and the sample size used to fit it, so you can see both intervals respond to the same inputs at once instead of reading two separate formulas.
Two different questions, two different intervals
A confidence interval for the mean response answers "where does the true average outcome fall for this predictor value?" A prediction interval answers a harder question: "where will one new individual observation fall?" A single new point carries the full residual variability of the model in addition to the uncertainty in estimating the line itself, which is why its interval is always at least as wide, and typically much wider, than the interval for the mean.
Worked example
With a residual standard deviation of 5 and 20 observations, the confidence interval for the mean response is narrow because averaging washes out individual scatter. The prediction interval for one new point stays wide because that single point still carries the full residual spread. Raise the sample size toward 200 and the confidence interval narrows further while the prediction interval barely moves, since more data pins down the line but does not reduce how scattered individual outcomes are around it.
Assumption audit
Source
This distinction follows the standard regression-inference treatment in the NIST/SEMATECH e-Handbook of Statistical Methods and the shared statistical reasoning contract every StatReason engine is built against.
Limitations
This visual uses a fixed illustrative predictor value and a simplified formula relationship; it does not fit a model to your data. Use the linked calculators for an interval computed from your own observations.