Shades of Neon Blue #5E37FF
Tints of Neon Blue #5E37FF
RGB
CMYK
RGB Variations
Color information
#5E37FF (or 0x5E37FF) is known color: Neon Blue. HEX triplet: 5E, 37 and FF. RGB value is (94,55,255). Sum of RGB (Red+Green+Blue) = 94+55+255=404 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.27% from 404); Green value is 55 (21.88% from 255 or 13.61% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #5E37FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E37FF is #A1C800. Grayscale: #585858. Windows color (decimal): -10602497 or 16725854. OLE color: 16725854.
HSL color Cylindrical-coordinate representation of color #5E37FF: hue angle of 251.7º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E37FF is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 94 | 55 | 255 | - |
| CMYK | 0.63 | 0.78 | 0 | 0 |
| HSL | 251.7º | 1% | 0.61% | - |
| HSV(B) | 251.7º | 0.78% | 1% | - |
| XYZ | 24.03 | 12.33 | 95.72 | - |
| YUV | 89.46 | 221.42 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 55 | 255 | 0.63 | 0.78 | 0 | 0 | 251.7 | 1 | 0.61 |
| Hex | 5E | 37 | FF | 3F | 4E | 0 | 0 | FC | 64 | 3D |
| Octal | 136 | 67 | 377 | 77 | 116 | 0 | 0 | 374 | 144 | 75 |
| Binary | 1011110 | 110111 | 11111111 | 111111 | 1001110 | 0 | 0 | 11111100 | 1100100 | 111101 |
Color Harmonies of #5E37FF
Complementary color
Monochromatic Colors of #5E37FF
Black with #5E37FF
Text Example
Text Example
White with #5E37FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E37FF; }
p { color: rgb(94,55,255); }
H1.HeaderClassName
{
color: #5E37FF;
}
.AnyTagClassName
{
color: #5E37FF;
}
</style>
background-color css
<style>
a { background-color: #5E37FF; }
a { background-color: rgb(94,55,255); }
div.DivClassName
{
background-color: #5E37FF;
}
.BgClassName
{
background-color: #5E37FF;
}
</style>
border-color css
<style>
span { border-color: #5E37FF; }
span { border-color: rgb(94,55,255); }
td.TdClassName
{
border-color: #5E37FF;
}
.TagClassName
{
border-color: #5E37FF;
}
</style>