Shades of Neon Blue #5963EF
Tints of Neon Blue #5963EF
RGB
CMYK
RGB Variations
Color information
#5963EF (or 0x5963EF) is known color: Neon Blue. HEX triplet: 59, 63 and EF. RGB value is (89,99,239). Sum of RGB (Red+Green+Blue) = 89+99+239=427 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.84% from 427); Green value is 99 (39.06% from 255 or 23.19% from 427); Blue value is 239 (93.75% from 255 or 55.97% from 427); Max value from RGB is 239 - color contains mainly: blue. Hex color #5963EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5963EF is #A69C10. Grayscale: #6F6F6F. Windows color (decimal): -10918929 or 15688537. OLE color: 15688537.
HSL color Cylindrical-coordinate representation of color #5963EF: hue angle of 236º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5963EF is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 89 | 99 | 239 | - |
| CMYK | 0.63 | 0.59 | 0 | 0.06 |
| HSL | 236º | 0.82% | 0.64% | - |
| HSV(B) | 236º | 0.63% | 0.94% | - |
| XYZ | 24.16 | 17.28 | 83.72 | - |
| YUV | 111.97 | 199.69 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 99 | 239 | 0.63 | 0.59 | 0 | 0.06 | 236 | 0.82 | 0.64 |
| Hex | 59 | 63 | EF | 3F | 3B | 0 | 6 | EC | 52 | 40 |
| Octal | 131 | 143 | 357 | 77 | 73 | 0 | 6 | 354 | 122 | 100 |
| Binary | 1011001 | 1100011 | 11101111 | 111111 | 111011 | 0 | 110 | 11101100 | 1010010 | 1000000 |
Color Harmonies of #5963EF
Complementary color
Monochromatic Colors of #5963EF
Black with #5963EF
Text Example
Text Example
White with #5963EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5963EF; }
p { color: rgb(89,99,239); }
H1.HeaderClassName
{
color: #5963EF;
}
.AnyTagClassName
{
color: #5963EF;
}
</style>
background-color css
<style>
a { background-color: #5963EF; }
a { background-color: rgb(89,99,239); }
div.DivClassName
{
background-color: #5963EF;
}
.BgClassName
{
background-color: #5963EF;
}
</style>
border-color css
<style>
span { border-color: #5963EF; }
span { border-color: rgb(89,99,239); }
td.TdClassName
{
border-color: #5963EF;
}
.TagClassName
{
border-color: #5963EF;
}
</style>