Shades of Neon Blue #5E60EF
Tints of Neon Blue #5E60EF
RGB
CMYK
RGB Variations
Color information
#5E60EF (or 0x5E60EF) is known color: Neon Blue. HEX triplet: 5E, 60 and EF. RGB value is (94,96,239). Sum of RGB (Red+Green+Blue) = 94+96+239=429 (56% of max value = 765). Red value is 94 (37.11% from 255 or 21.91% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 239 (93.75% from 255 or 55.71% from 429); Max value from RGB is 239 - color contains mainly: blue. Hex color #5E60EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E60EF is #A19F10. Grayscale: #6F6F6F. Windows color (decimal): -10592017 or 15687774. OLE color: 15687774.
HSL color Cylindrical-coordinate representation of color #5E60EF: hue angle of 239.17º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5E60EF is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 94 | 96 | 239 | - |
| CMYK | 0.61 | 0.60 | 0 | 0.06 |
| HSL | 239.17º | 0.82% | 0.65% | - |
| HSV(B) | 239.17º | 0.61% | 0.94% | - |
| XYZ | 24.38 | 16.98 | 83.65 | - |
| YUV | 111.7 | 199.84 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 96 | 239 | 0.61 | 0.60 | 0 | 0.06 | 239.17 | 0.82 | 0.65 |
| Hex | 5E | 60 | EF | 3D | 3C | 0 | 6 | EF | 52 | 41 |
| Octal | 136 | 140 | 357 | 75 | 74 | 0 | 6 | 357 | 122 | 101 |
| Binary | 1011110 | 1100000 | 11101111 | 111101 | 111100 | 0 | 110 | 11101111 | 1010010 | 1000001 |
Color Harmonies of #5E60EF
Complementary color
Monochromatic Colors of #5E60EF
Black with #5E60EF
Text Example
Text Example
White with #5E60EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E60EF; }
p { color: rgb(94,96,239); }
H1.HeaderClassName
{
color: #5E60EF;
}
.AnyTagClassName
{
color: #5E60EF;
}
</style>
background-color css
<style>
a { background-color: #5E60EF; }
a { background-color: rgb(94,96,239); }
div.DivClassName
{
background-color: #5E60EF;
}
.BgClassName
{
background-color: #5E60EF;
}
</style>
border-color css
<style>
span { border-color: #5E60EF; }
span { border-color: rgb(94,96,239); }
td.TdClassName
{
border-color: #5E60EF;
}
.TagClassName
{
border-color: #5E60EF;
}
</style>