Shades of Neon Blue #5E60FF
Tints of Neon Blue #5E60FF
RGB
CMYK
RGB Variations
Color information
#5E60FF (or 0x5E60FF) is known color: Neon Blue. HEX triplet: 5E, 60 and FF. RGB value is (94,96,255). Sum of RGB (Red+Green+Blue) = 94+96+255=445 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.12% from 445); Green value is 96 (37.89% from 255 or 21.57% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #5E60FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E60FF is #A19F00. Grayscale: #707070. Windows color (decimal): -10592001 or 16736350. OLE color: 16736350.
HSL color Cylindrical-coordinate representation of color #5E60FF: hue angle of 239.25º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E60FF is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 94 | 96 | 255 | - |
| CMYK | 0.63 | 0.62 | 0 | 0 |
| HSL | 239.25º | 1% | 0.68% | - |
| HSV(B) | 239.25º | 0.63% | 1% | - |
| XYZ | 26.85 | 17.97 | 96.66 | - |
| YUV | 113.53 | 207.84 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 96 | 255 | 0.63 | 0.62 | 0 | 0 | 239.25 | 1 | 0.68 |
| Hex | 5E | 60 | FF | 3F | 3E | 0 | 0 | EF | 64 | 44 |
| Octal | 136 | 140 | 377 | 77 | 76 | 0 | 0 | 357 | 144 | 104 |
| Binary | 1011110 | 1100000 | 11111111 | 111111 | 111110 | 0 | 0 | 11101111 | 1100100 | 1000100 |
Color Harmonies of #5E60FF
Complementary color
Monochromatic Colors of #5E60FF
Black with #5E60FF
Text Example
Text Example
White with #5E60FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E60FF; }
p { color: rgb(94,96,255); }
H1.HeaderClassName
{
color: #5E60FF;
}
.AnyTagClassName
{
color: #5E60FF;
}
</style>
background-color css
<style>
a { background-color: #5E60FF; }
a { background-color: rgb(94,96,255); }
div.DivClassName
{
background-color: #5E60FF;
}
.BgClassName
{
background-color: #5E60FF;
}
</style>
border-color css
<style>
span { border-color: #5E60FF; }
span { border-color: rgb(94,96,255); }
td.TdClassName
{
border-color: #5E60FF;
}
.TagClassName
{
border-color: #5E60FF;
}
</style>