Shades of Neon Blue #5E40F8
Tints of Neon Blue #5E40F8
RGB
CMYK
RGB Variations
Color information
#5E40F8 (or 0x5E40F8) is known color: Neon Blue. HEX triplet: 5E, 40 and F8. RGB value is (94,64,248). Sum of RGB (Red+Green+Blue) = 94+64+248=406 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.15% from 406); Green value is 64 (25.39% from 255 or 15.76% from 406); Blue value is 248 (97.27% from 255 or 61.08% from 406); Max value from RGB is 248 - color contains mainly: blue. Hex color #5E40F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E40F8 is #A1BF07. Grayscale: #5D5D5D. Windows color (decimal): -10600200 or 16269406. OLE color: 16269406.
HSL color Cylindrical-coordinate representation of color #5E40F8: hue angle of 249.78º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5E40F8 is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 94 | 64 | 248 | - |
| CMYK | 0.62 | 0.74 | 0 | 0.03 |
| HSL | 249.78º | 0.93% | 0.61% | - |
| HSV(B) | 249.78º | 0.74% | 0.97% | - |
| XYZ | 23.39 | 12.82 | 90.05 | - |
| YUV | 93.95 | 214.94 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 64 | 248 | 0.62 | 0.74 | 0 | 0.03 | 249.78 | 0.93 | 0.61 |
| Hex | 5E | 40 | F8 | 3E | 4A | 0 | 3 | FA | 5D | 3D |
| Octal | 136 | 100 | 370 | 76 | 112 | 0 | 3 | 372 | 135 | 75 |
| Binary | 1011110 | 1000000 | 11111000 | 111110 | 1001010 | 0 | 11 | 11111010 | 1011101 | 111101 |
Color Harmonies of #5E40F8
Complementary color
Monochromatic Colors of #5E40F8
Black with #5E40F8
Text Example
Text Example
White with #5E40F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E40F8; }
p { color: rgb(94,64,248); }
H1.HeaderClassName
{
color: #5E40F8;
}
.AnyTagClassName
{
color: #5E40F8;
}
</style>
background-color css
<style>
a { background-color: #5E40F8; }
a { background-color: rgb(94,64,248); }
div.DivClassName
{
background-color: #5E40F8;
}
.BgClassName
{
background-color: #5E40F8;
}
</style>
border-color css
<style>
span { border-color: #5E40F8; }
span { border-color: rgb(94,64,248); }
td.TdClassName
{
border-color: #5E40F8;
}
.TagClassName
{
border-color: #5E40F8;
}
</style>