| 1234567891011121314151617181920212223242526 |
- <svg xmlns="http://www.w3.org/2000/svg" width="560" height="200" viewBox="230 0 560 200">
- <defs>
- <linearGradient id="neongrad" x1="140" y1="37" x2="140" y2="163" gradientUnits="userSpaceOnUse">
- <stop offset="0%" stop-color="#00CCAA"></stop>
- <stop offset="100%" stop-color="#00AA77"></stop>
- </linearGradient>
- <linearGradient id="textglowgrad" x1="275" y1="100" x2="705" y2="100" gradientUnits="userSpaceOnUse">
- <stop offset="0%" stop-color="#00CCAA"></stop>
- <stop offset="50%" stop-color="#00AA77"></stop>
- <stop offset="100%" stop-color="#00CCAA"></stop>
- </linearGradient>
- <filter id="neonglow" x="-50%" y="-50%" width="200%" height="200%">
- <feDropShadow dx="0" dy="0" stdDeviation="3" flood-color="#00CC99" flood-opacity="0.95"></feDropShadow>
- <feDropShadow dx="0" dy="0" stdDeviation="7" flood-color="#00CC99" flood-opacity="0.7"></feDropShadow>
- <feDropShadow dx="0" dy="0" stdDeviation="12" flood-color="#00CC99" flood-opacity="0.35"></feDropShadow>
- </filter>
- </defs>
- <g filter="url(#neonglow)">
- <text x="275" y="100" alignment-baseline="middle" font-family="Impact, sans-serif" font-size="128" font-weight="900" fill="#0a1f14" stroke="url(#textglowgrad)" stroke-width="8" letter-spacing="-3px" paint-order="stroke fill">
- NeoVan
- </text>
- </g>
- </svg>
|