Shades of Neon Blue #5961EC
Tints of Neon Blue #5961EC
RGB
CMYK
RGB Variations
Color information
#5961EC (or 0x5961EC) is known color: Neon Blue. HEX triplet: 59, 61 and EC. RGB value is (89,97,236). Sum of RGB (Red+Green+Blue) = 89+97+236=422 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.09% from 422); Green value is 97 (38.28% from 255 or 22.99% from 422); Blue value is 236 (92.58% from 255 or 55.92% from 422); Max value from RGB is 236 - color contains mainly: blue. Hex color #5961EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5961EC is #A69E13. Grayscale: #6D6D6D. Windows color (decimal): -10919444 or 15491417. OLE color: 15491417.
HSL color Cylindrical-coordinate representation of color #5961EC: hue angle of 236.73º 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 #5961EC is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 97 | 236 | - |
| CMYK | 0.62 | 0.59 | 0 | 0.07 |
| HSL | 236.73º | 0.79% | 0.64% | - |
| HSV(B) | 236.73º | 0.62% | 0.93% | - |
| XYZ | 23.53 | 16.73 | 81.35 | - |
| YUV | 110.45 | 198.85 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 97 | 236 | 0.62 | 0.59 | 0 | 0.07 | 236.73 | 0.79 | 0.64 |
| Hex | 59 | 61 | EC | 3E | 3B | 0 | 7 | ED | 4F | 40 |
| Octal | 131 | 141 | 354 | 76 | 73 | 0 | 7 | 355 | 117 | 100 |
| Binary | 1011001 | 1100001 | 11101100 | 111110 | 111011 | 0 | 111 | 11101101 | 1001111 | 1000000 |
Color Harmonies of #5961EC
Complementary color
Monochromatic Colors of #5961EC
Black with #5961EC
Text Example
Text Example
White with #5961EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5961EC; }
p { color: rgb(89,97,236); }
H1.HeaderClassName
{
color: #5961EC;
}
.AnyTagClassName
{
color: #5961EC;
}
</style>
background-color css
<style>
a { background-color: #5961EC; }
a { background-color: rgb(89,97,236); }
div.DivClassName
{
background-color: #5961EC;
}
.BgClassName
{
background-color: #5961EC;
}
</style>
border-color css
<style>
span { border-color: #5961EC; }
span { border-color: rgb(89,97,236); }
td.TdClassName
{
border-color: #5961EC;
}
.TagClassName
{
border-color: #5961EC;
}
</style>