Shades of Neon Blue #5956E5
Tints of Neon Blue #5956E5
RGB
CMYK
RGB Variations
Color information
#5956E5 (or 0x5956E5) is known color: Neon Blue. HEX triplet: 59, 56 and E5. RGB value is (89,86,229). Sum of RGB (Red+Green+Blue) = 89+86+229=404 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.03% from 404); Green value is 86 (33.98% from 255 or 21.29% from 404); Blue value is 229 (89.84% from 255 or 56.68% from 404); Max value from RGB is 229 - color contains mainly: blue. Hex color #5956E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5956E5 is #A6A91A. Grayscale: #666666. Windows color (decimal): -10922267 or 15029849. OLE color: 15029849.
HSL color Cylindrical-coordinate representation of color #5956E5: hue angle of 241.26º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5956E5 is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 89 | 86 | 229 | - |
| CMYK | 0.61 | 0.62 | 0 | 0.10 |
| HSL | 241.26º | 0.73% | 0.62% | - |
| HSV(B) | 241.26º | 0.62% | 0.9% | - |
| XYZ | 21.59 | 14.44 | 75.78 | - |
| YUV | 103.2 | 198.99 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 86 | 229 | 0.61 | 0.62 | 0 | 0.10 | 241.26 | 0.73 | 0.62 |
| Hex | 59 | 56 | E5 | 3D | 3E | 0 | A | F1 | 49 | 3E |
| Octal | 131 | 126 | 345 | 75 | 76 | 0 | 12 | 361 | 111 | 76 |
| Binary | 1011001 | 1010110 | 11100101 | 111101 | 111110 | 0 | 1010 | 11110001 | 1001001 | 111110 |
Color Harmonies of #5956E5
Complementary color
Monochromatic Colors of #5956E5
Black with #5956E5
Text Example
Text Example
White with #5956E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5956E5; }
p { color: rgb(89,86,229); }
H1.HeaderClassName
{
color: #5956E5;
}
.AnyTagClassName
{
color: #5956E5;
}
</style>
background-color css
<style>
a { background-color: #5956E5; }
a { background-color: rgb(89,86,229); }
div.DivClassName
{
background-color: #5956E5;
}
.BgClassName
{
background-color: #5956E5;
}
</style>
border-color css
<style>
span { border-color: #5956E5; }
span { border-color: rgb(89,86,229); }
td.TdClassName
{
border-color: #5956E5;
}
.TagClassName
{
border-color: #5956E5;
}
</style>