Shades of Neon Blue #5E51EF
Tints of Neon Blue #5E51EF
RGB
CMYK
RGB Variations
Color information
#5E51EF (or 0x5E51EF) is known color: Neon Blue. HEX triplet: 5E, 51 and EF. RGB value is (94,81,239). Sum of RGB (Red+Green+Blue) = 94+81+239=414 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.71% from 414); Green value is 81 (32.03% from 255 or 19.57% from 414); Blue value is 239 (93.75% from 255 or 57.73% from 414); Max value from RGB is 239 - color contains mainly: blue. Hex color #5E51EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E51EF is #A1AE10. Grayscale: #666666. Windows color (decimal): -10595857 or 15683934. OLE color: 15683934.
HSL color Cylindrical-coordinate representation of color #5E51EF: hue angle of 244.94º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5E51EF is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 94 | 81 | 239 | - |
| CMYK | 0.61 | 0.66 | 0 | 0.06 |
| HSL | 244.94º | 0.83% | 0.63% | - |
| HSV(B) | 244.94º | 0.66% | 0.94% | - |
| XYZ | 23.14 | 14.5 | 83.24 | - |
| YUV | 102.9 | 204.81 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 81 | 239 | 0.61 | 0.66 | 0 | 0.06 | 244.94 | 0.83 | 0.63 |
| Hex | 5E | 51 | EF | 3D | 42 | 0 | 6 | F5 | 53 | 3F |
| Octal | 136 | 121 | 357 | 75 | 102 | 0 | 6 | 365 | 123 | 77 |
| Binary | 1011110 | 1010001 | 11101111 | 111101 | 1000010 | 0 | 110 | 11110101 | 1010011 | 111111 |
Color Harmonies of #5E51EF
Complementary color
Monochromatic Colors of #5E51EF
Black with #5E51EF
Text Example
Text Example
White with #5E51EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E51EF; }
p { color: rgb(94,81,239); }
H1.HeaderClassName
{
color: #5E51EF;
}
.AnyTagClassName
{
color: #5E51EF;
}
</style>
background-color css
<style>
a { background-color: #5E51EF; }
a { background-color: rgb(94,81,239); }
div.DivClassName
{
background-color: #5E51EF;
}
.BgClassName
{
background-color: #5E51EF;
}
</style>
border-color css
<style>
span { border-color: #5E51EF; }
span { border-color: rgb(94,81,239); }
td.TdClassName
{
border-color: #5E51EF;
}
.TagClassName
{
border-color: #5E51EF;
}
</style>