Shades of Neon Blue #5956F0
Tints of Neon Blue #5956F0
RGB
CMYK
RGB Variations
Color information
#5956F0 (or 0x5956F0) is known color: Neon Blue. HEX triplet: 59, 56 and F0. RGB value is (89,86,240). Sum of RGB (Red+Green+Blue) = 89+86+240=415 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.45% from 415); Green value is 86 (33.98% from 255 or 20.72% from 415); Blue value is 240 (94.14% from 255 or 57.83% from 415); Max value from RGB is 240 - color contains mainly: blue. Hex color #5956F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5956F0 is #A6A90F. Grayscale: #676767. Windows color (decimal): -10922256 or 15750745. OLE color: 15750745.
HSL color Cylindrical-coordinate representation of color #5956F0: hue angle of 241.17º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5956F0 is Cyan = 0.63, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 89 | 86 | 240 | - |
| CMYK | 0.63 | 0.64 | 0 | 0.06 |
| HSL | 241.17º | 0.84% | 0.64% | - |
| HSV(B) | 241.17º | 0.64% | 0.94% | - |
| XYZ | 23.18 | 15.07 | 84.13 | - |
| YUV | 104.45 | 204.49 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 86 | 240 | 0.63 | 0.64 | 0 | 0.06 | 241.17 | 0.84 | 0.64 |
| Hex | 59 | 56 | F0 | 3F | 40 | 0 | 6 | F1 | 54 | 40 |
| Octal | 131 | 126 | 360 | 77 | 100 | 0 | 6 | 361 | 124 | 100 |
| Binary | 1011001 | 1010110 | 11110000 | 111111 | 1000000 | 0 | 110 | 11110001 | 1010100 | 1000000 |
Color Harmonies of #5956F0
Complementary color
Monochromatic Colors of #5956F0
Black with #5956F0
Text Example
Text Example
White with #5956F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5956F0; }
p { color: rgb(89,86,240); }
H1.HeaderClassName
{
color: #5956F0;
}
.AnyTagClassName
{
color: #5956F0;
}
</style>
background-color css
<style>
a { background-color: #5956F0; }
a { background-color: rgb(89,86,240); }
div.DivClassName
{
background-color: #5956F0;
}
.BgClassName
{
background-color: #5956F0;
}
</style>
border-color css
<style>
span { border-color: #5956F0; }
span { border-color: rgb(89,86,240); }
td.TdClassName
{
border-color: #5956F0;
}
.TagClassName
{
border-color: #5956F0;
}
</style>