Shades of Neon Blue #5960FF
Tints of Neon Blue #5960FF
RGB
CMYK
RGB Variations
Color information
#5960FF (or 0x5960FF) is known color: Neon Blue. HEX triplet: 59, 60 and FF. RGB value is (89,96,255). Sum of RGB (Red+Green+Blue) = 89+96+255=440 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.23% from 440); Green value is 96 (37.89% from 255 or 21.82% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #5960FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5960FF is #A69F00. Grayscale: #6F6F6F. Windows color (decimal): -10919681 or 16736345. OLE color: 16736345.
HSL color Cylindrical-coordinate representation of color #5960FF: hue angle of 237.47º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5960FF is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 96 | 255 | - |
| CMYK | 0.65 | 0.62 | 0 | 0 |
| HSL | 237.47º | 1% | 0.67% | - |
| HSV(B) | 237.47º | 0.65% | 1% | - |
| XYZ | 26.35 | 17.71 | 96.64 | - |
| YUV | 112.03 | 208.68 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 96 | 255 | 0.65 | 0.62 | 0 | 0 | 237.47 | 1 | 0.67 |
| Hex | 59 | 60 | FF | 41 | 3E | 0 | 0 | ED | 64 | 43 |
| Octal | 131 | 140 | 377 | 101 | 76 | 0 | 0 | 355 | 144 | 103 |
| Binary | 1011001 | 1100000 | 11111111 | 1000001 | 111110 | 0 | 0 | 11101101 | 1100100 | 1000011 |
Color Harmonies of #5960FF
Complementary color
Monochromatic Colors of #5960FF
Black with #5960FF
Text Example
Text Example
White with #5960FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5960FF; }
p { color: rgb(89,96,255); }
H1.HeaderClassName
{
color: #5960FF;
}
.AnyTagClassName
{
color: #5960FF;
}
</style>
background-color css
<style>
a { background-color: #5960FF; }
a { background-color: rgb(89,96,255); }
div.DivClassName
{
background-color: #5960FF;
}
.BgClassName
{
background-color: #5960FF;
}
</style>
border-color css
<style>
span { border-color: #5960FF; }
span { border-color: rgb(89,96,255); }
td.TdClassName
{
border-color: #5960FF;
}
.TagClassName
{
border-color: #5960FF;
}
</style>