Dual Neon
Neon & Glow · Static · pure CSS
A neon sign with two stacked glows — a tight inner halo in your hue and a wide outer halo in a complementary color. Built entirely from layered text-shadows.
How it works
Dual Neon is a static neon & glow text effect rendered entirely in CSS. It works on a single element — just add the .text-effect class, with no extra HTML.
Controls
Dual Neon exposes 2 dedicated controls — Inner Hue and Split — on top of the shared type controls (font, weight, letter-spacing and case). Open it in the generator to tune every value live, then copy the updated CSS.
CSS
/* Dual Neon — made with TEXT-FX · https://text-fx.app
* HTML: just put the class on any element.
* Font: 'Archivo Black', sans-serif (load from Google Fonts).
*/
.text-effect {
font-family: 'Archivo Black', sans-serif;
font-weight: 700;
letter-spacing: 8px;
text-transform: uppercase;
}
.text-effect {
color: hsl(204 40% 96%);
text-shadow:
0 0 3px hsl(204 55% 62%),
0 0 8px hsl(204 55% 62%),
0 0 16px hsl(204 55% 62%),
0 0 24px hsl(235 55% 58%),
0 0 40px hsl(235 55% 58%),
0 0 56px hsl(235 55% 58%);
}
Pure CSS — just add the .text-effect class to any element.
- Category
- Neon & Glow
- Type
- Static
- Browser support
- All modern browsers
- Capabilities
- pure