Shades of Neon Blue #595AF3
Tints of Neon Blue #595AF3
RGB
CMYK
RGB Variations
Color information
#595AF3 (or 0x595AF3) is known color: Neon Blue. HEX triplet: 59, 5A and F3. RGB value is (89,90,243). Sum of RGB (Red+Green+Blue) = 89+90+243=422 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.09% from 422); Green value is 90 (35.55% from 255 or 21.33% from 422); Blue value is 243 (95.31% from 255 or 57.58% from 422); Max value from RGB is 243 - color contains mainly: blue. Hex color #595AF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595AF3 is #A6A50C. Grayscale: #6A6A6A. Windows color (decimal): -10921229 or 15948377. OLE color: 15948377.
HSL color Cylindrical-coordinate representation of color #595AF3: hue angle of 239.61º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #595AF3 is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 89 | 90 | 243 | - |
| CMYK | 0.63 | 0.63 | 0 | 0.05 |
| HSL | 239.61º | 0.87% | 0.65% | - |
| HSV(B) | 239.61º | 0.63% | 0.95% | - |
| XYZ | 23.95 | 15.91 | 86.6 | - |
| YUV | 107.14 | 204.67 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 90 | 243 | 0.63 | 0.63 | 0 | 0.05 | 239.61 | 0.87 | 0.65 |
| Hex | 59 | 5A | F3 | 3F | 3F | 0 | 5 | F0 | 57 | 41 |
| Octal | 131 | 132 | 363 | 77 | 77 | 0 | 5 | 360 | 127 | 101 |
| Binary | 1011001 | 1011010 | 11110011 | 111111 | 111111 | 0 | 101 | 11110000 | 1010111 | 1000001 |
Color Harmonies of #595AF3
Complementary color
Monochromatic Colors of #595AF3
Black with #595AF3
Text Example
Text Example
White with #595AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595AF3; }
p { color: rgb(89,90,243); }
H1.HeaderClassName
{
color: #595AF3;
}
.AnyTagClassName
{
color: #595AF3;
}
</style>
background-color css
<style>
a { background-color: #595AF3; }
a { background-color: rgb(89,90,243); }
div.DivClassName
{
background-color: #595AF3;
}
.BgClassName
{
background-color: #595AF3;
}
</style>
border-color css
<style>
span { border-color: #595AF3; }
span { border-color: rgb(89,90,243); }
td.TdClassName
{
border-color: #595AF3;
}
.TagClassName
{
border-color: #595AF3;
}
</style>