Shades of Neon Blue #5964EF
Tints of Neon Blue #5964EF
RGB
CMYK
RGB Variations
Color information
#5964EF (or 0x5964EF) is known color: Neon Blue. HEX triplet: 59, 64 and EF. RGB value is (89,100,239). Sum of RGB (Red+Green+Blue) = 89+100+239=428 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.79% from 428); Green value is 100 (39.45% from 255 or 23.36% from 428); Blue value is 239 (93.75% from 255 or 55.84% from 428); Max value from RGB is 239 - color contains mainly: blue. Hex color #5964EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5964EF is #A69B10. Grayscale: #6F6F6F. Windows color (decimal): -10918673 or 15688793. OLE color: 15688793.
HSL color Cylindrical-coordinate representation of color #5964EF: hue angle of 235.6º 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 #5964EF is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 89 | 100 | 239 | - |
| CMYK | 0.63 | 0.58 | 0 | 0.06 |
| HSL | 235.6º | 0.82% | 0.64% | - |
| HSV(B) | 235.6º | 0.63% | 0.94% | - |
| XYZ | 24.26 | 17.47 | 83.75 | - |
| YUV | 112.56 | 199.36 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 100 | 239 | 0.63 | 0.58 | 0 | 0.06 | 235.6 | 0.82 | 0.64 |
| Hex | 59 | 64 | EF | 3F | 3A | 0 | 6 | EC | 52 | 40 |
| Octal | 131 | 144 | 357 | 77 | 72 | 0 | 6 | 354 | 122 | 100 |
| Binary | 1011001 | 1100100 | 11101111 | 111111 | 111010 | 0 | 110 | 11101100 | 1010010 | 1000000 |
Color Harmonies of #5964EF
Complementary color
Monochromatic Colors of #5964EF
Black with #5964EF
Text Example
Text Example
White with #5964EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5964EF; }
p { color: rgb(89,100,239); }
H1.HeaderClassName
{
color: #5964EF;
}
.AnyTagClassName
{
color: #5964EF;
}
</style>
background-color css
<style>
a { background-color: #5964EF; }
a { background-color: rgb(89,100,239); }
div.DivClassName
{
background-color: #5964EF;
}
.BgClassName
{
background-color: #5964EF;
}
</style>
border-color css
<style>
span { border-color: #5964EF; }
span { border-color: rgb(89,100,239); }
td.TdClassName
{
border-color: #5964EF;
}
.TagClassName
{
border-color: #5964EF;
}
</style>