Shades of Neon Blue #595FF0
Tints of Neon Blue #595FF0
RGB
CMYK
RGB Variations
Color information
#595FF0 (or 0x595FF0) is known color: Neon Blue. HEX triplet: 59, 5F and F0. RGB value is (89,95,240). Sum of RGB (Red+Green+Blue) = 89+95+240=424 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.99% from 424); Green value is 95 (37.5% from 255 or 22.41% from 424); Blue value is 240 (94.14% from 255 or 56.60% from 424); Max value from RGB is 240 - color contains mainly: blue. Hex color #595FF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595FF0 is #A6A00F. Grayscale: #6D6D6D. Windows color (decimal): -10919952 or 15753049. OLE color: 15753049.
HSL color Cylindrical-coordinate representation of color #595FF0: hue angle of 237.62º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #595FF0 is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 89 | 95 | 240 | - |
| CMYK | 0.63 | 0.60 | 0 | 0.06 |
| HSL | 237.62º | 0.83% | 0.65% | - |
| HSV(B) | 237.62º | 0.63% | 0.94% | - |
| XYZ | 23.94 | 16.6 | 84.38 | - |
| YUV | 109.74 | 201.51 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 95 | 240 | 0.63 | 0.60 | 0 | 0.06 | 237.62 | 0.83 | 0.65 |
| Hex | 59 | 5F | F0 | 3F | 3C | 0 | 6 | EE | 53 | 41 |
| Octal | 131 | 137 | 360 | 77 | 74 | 0 | 6 | 356 | 123 | 101 |
| Binary | 1011001 | 1011111 | 11110000 | 111111 | 111100 | 0 | 110 | 11101110 | 1010011 | 1000001 |
Color Harmonies of #595FF0
Complementary color
Monochromatic Colors of #595FF0
Black with #595FF0
Text Example
Text Example
White with #595FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595FF0; }
p { color: rgb(89,95,240); }
H1.HeaderClassName
{
color: #595FF0;
}
.AnyTagClassName
{
color: #595FF0;
}
</style>
background-color css
<style>
a { background-color: #595FF0; }
a { background-color: rgb(89,95,240); }
div.DivClassName
{
background-color: #595FF0;
}
.BgClassName
{
background-color: #595FF0;
}
</style>
border-color css
<style>
span { border-color: #595FF0; }
span { border-color: rgb(89,95,240); }
td.TdClassName
{
border-color: #595FF0;
}
.TagClassName
{
border-color: #595FF0;
}
</style>