Shades of Neon Blue #5E41FF
Tints of Neon Blue #5E41FF
RGB
CMYK
RGB Variations
Color information
#5E41FF (or 0x5E41FF) is known color: Neon Blue. HEX triplet: 5E, 41 and FF. RGB value is (94,65,255). Sum of RGB (Red+Green+Blue) = 94+65+255=414 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.71% from 414); Green value is 65 (25.78% from 255 or 15.70% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #5E41FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E41FF is #A1BE00. Grayscale: #5E5E5E. Windows color (decimal): -10599937 or 16728414. OLE color: 16728414.
HSL color Cylindrical-coordinate representation of color #5E41FF: hue angle of 249.16º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5E41FF is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 94 | 65 | 255 | - |
| CMYK | 0.63 | 0.75 | 0 | 0 |
| HSL | 249.16º | 1% | 0.63% | - |
| HSV(B) | 249.16º | 0.75% | 1% | - |
| XYZ | 24.56 | 13.38 | 95.9 | - |
| YUV | 95.33 | 218.11 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 65 | 255 | 0.63 | 0.75 | 0 | 0 | 249.16 | 1 | 0.63 |
| Hex | 5E | 41 | FF | 3F | 4B | 0 | 0 | F9 | 64 | 3F |
| Octal | 136 | 101 | 377 | 77 | 113 | 0 | 0 | 371 | 144 | 77 |
| Binary | 1011110 | 1000001 | 11111111 | 111111 | 1001011 | 0 | 0 | 11111001 | 1100100 | 111111 |
Color Harmonies of #5E41FF
Complementary color
Monochromatic Colors of #5E41FF
Black with #5E41FF
Text Example
Text Example
White with #5E41FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E41FF; }
p { color: rgb(94,65,255); }
H1.HeaderClassName
{
color: #5E41FF;
}
.AnyTagClassName
{
color: #5E41FF;
}
</style>
background-color css
<style>
a { background-color: #5E41FF; }
a { background-color: rgb(94,65,255); }
div.DivClassName
{
background-color: #5E41FF;
}
.BgClassName
{
background-color: #5E41FF;
}
</style>
border-color css
<style>
span { border-color: #5E41FF; }
span { border-color: rgb(94,65,255); }
td.TdClassName
{
border-color: #5E41FF;
}
.TagClassName
{
border-color: #5E41FF;
}
</style>