Shades of Neon Blue #5959EC
Tints of Neon Blue #5959EC
RGB
CMYK
RGB Variations
Color information
#5959EC (or 0x5959EC) is known color: Neon Blue. HEX triplet: 59, 59 and EC. RGB value is (89,89,236). Sum of RGB (Red+Green+Blue) = 89+89+236=414 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.50% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 236 (92.58% from 255 or 57.00% from 414); Max value from RGB is 236 - color contains mainly: blue. Hex color #5959EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5959EC is #A6A613. Grayscale: #696969. Windows color (decimal): -10921492 or 15489369. OLE color: 15489369.
HSL color Cylindrical-coordinate representation of color #5959EC: hue angle of 240º 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 #5959EC is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 89 | 236 | - |
| CMYK | 0.62 | 0.62 | 0 | 0.07 |
| HSL | 240º | 0.79% | 0.64% | - |
| HSV(B) | 240º | 0.62% | 0.93% | - |
| XYZ | 22.83 | 15.32 | 81.11 | - |
| YUV | 105.76 | 201.5 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 89 | 236 | 0.62 | 0.62 | 0 | 0.07 | 240 | 0.79 | 0.64 |
| Hex | 59 | 59 | EC | 3E | 3E | 0 | 7 | F0 | 4F | 40 |
| Octal | 131 | 131 | 354 | 76 | 76 | 0 | 7 | 360 | 117 | 100 |
| Binary | 1011001 | 1011001 | 11101100 | 111110 | 111110 | 0 | 111 | 11110000 | 1001111 | 1000000 |
Color Harmonies of #5959EC
Complementary color
Monochromatic Colors of #5959EC
Black with #5959EC
Text Example
Text Example
White with #5959EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5959EC; }
p { color: rgb(89,89,236); }
H1.HeaderClassName
{
color: #5959EC;
}
.AnyTagClassName
{
color: #5959EC;
}
</style>
background-color css
<style>
a { background-color: #5959EC; }
a { background-color: rgb(89,89,236); }
div.DivClassName
{
background-color: #5959EC;
}
.BgClassName
{
background-color: #5959EC;
}
</style>
border-color css
<style>
span { border-color: #5959EC; }
span { border-color: rgb(89,89,236); }
td.TdClassName
{
border-color: #5959EC;
}
.TagClassName
{
border-color: #5959EC;
}
</style>