Shades of Neon Blue #5F59EC
Tints of Neon Blue #5F59EC
RGB
CMYK
RGB Variations
Color information
#5F59EC (or 0x5F59EC) is known color: Neon Blue. HEX triplet: 5F, 59 and EC. RGB value is (95,89,236). Sum of RGB (Red+Green+Blue) = 95+89+236=420 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.62% from 420); Green value is 89 (35.16% from 255 or 21.19% from 420); Blue value is 236 (92.58% from 255 or 56.19% from 420); Max value from RGB is 236 - color contains mainly: blue. Hex color #5F59EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F59EC is #A0A613. Grayscale: #6A6A6A. Windows color (decimal): -10528276 or 15489375. OLE color: 15489375.
HSL color Cylindrical-coordinate representation of color #5F59EC: hue angle of 242.45º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5F59EC is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 89 | 236 | - |
| CMYK | 0.60 | 0.62 | 0 | 0.07 |
| HSL | 242.45º | 0.79% | 0.64% | - |
| HSV(B) | 242.45º | 0.62% | 0.93% | - |
| XYZ | 23.43 | 15.63 | 81.14 | - |
| YUV | 107.55 | 200.49 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 89 | 236 | 0.60 | 0.62 | 0 | 0.07 | 242.45 | 0.79 | 0.64 |
| Hex | 5F | 59 | EC | 3C | 3E | 0 | 7 | F2 | 4F | 40 |
| Octal | 137 | 131 | 354 | 74 | 76 | 0 | 7 | 362 | 117 | 100 |
| Binary | 1011111 | 1011001 | 11101100 | 111100 | 111110 | 0 | 111 | 11110010 | 1001111 | 1000000 |
Color Harmonies of #5F59EC
Complementary color
Monochromatic Colors of #5F59EC
Black with #5F59EC
Text Example
Text Example
White with #5F59EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F59EC; }
p { color: rgb(95,89,236); }
H1.HeaderClassName
{
color: #5F59EC;
}
.AnyTagClassName
{
color: #5F59EC;
}
</style>
background-color css
<style>
a { background-color: #5F59EC; }
a { background-color: rgb(95,89,236); }
div.DivClassName
{
background-color: #5F59EC;
}
.BgClassName
{
background-color: #5F59EC;
}
</style>
border-color css
<style>
span { border-color: #5F59EC; }
span { border-color: rgb(95,89,236); }
td.TdClassName
{
border-color: #5F59EC;
}
.TagClassName
{
border-color: #5F59EC;
}
</style>