Shades of Neon Blue #5E37F8
Tints of Neon Blue #5E37F8
RGB
CMYK
RGB Variations
Color information
#5E37F8 (or 0x5E37F8) is known color: Neon Blue. HEX triplet: 5E, 37 and F8. RGB value is (94,55,248). Sum of RGB (Red+Green+Blue) = 94+55+248=397 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.68% from 397); Green value is 55 (21.88% from 255 or 13.85% from 397); Blue value is 248 (97.27% from 255 or 62.47% from 397); Max value from RGB is 248 - color contains mainly: blue. Hex color #5E37F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E37F8 is #A1C807. Grayscale: #575757. Windows color (decimal): -10602504 or 16267102. OLE color: 16267102.
HSL color Cylindrical-coordinate representation of color #5E37F8: hue angle of 252.12º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E37F8 is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 94 | 55 | 248 | - |
| CMYK | 0.62 | 0.78 | 0 | 0.03 |
| HSL | 252.12º | 0.93% | 0.59% | - |
| HSV(B) | 252.12º | 0.78% | 0.97% | - |
| XYZ | 22.93 | 11.89 | 89.89 | - |
| YUV | 88.66 | 217.92 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 55 | 248 | 0.62 | 0.78 | 0 | 0.03 | 252.12 | 0.93 | 0.59 |
| Hex | 5E | 37 | F8 | 3E | 4E | 0 | 3 | FC | 5D | 3B |
| Octal | 136 | 67 | 370 | 76 | 116 | 0 | 3 | 374 | 135 | 73 |
| Binary | 1011110 | 110111 | 11111000 | 111110 | 1001110 | 0 | 11 | 11111100 | 1011101 | 111011 |
Color Harmonies of #5E37F8
Complementary color
Monochromatic Colors of #5E37F8
Black with #5E37F8
Text Example
Text Example
White with #5E37F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E37F8; }
p { color: rgb(94,55,248); }
H1.HeaderClassName
{
color: #5E37F8;
}
.AnyTagClassName
{
color: #5E37F8;
}
</style>
background-color css
<style>
a { background-color: #5E37F8; }
a { background-color: rgb(94,55,248); }
div.DivClassName
{
background-color: #5E37F8;
}
.BgClassName
{
background-color: #5E37F8;
}
</style>
border-color css
<style>
span { border-color: #5E37F8; }
span { border-color: rgb(94,55,248); }
td.TdClassName
{
border-color: #5E37F8;
}
.TagClassName
{
border-color: #5E37F8;
}
</style>