Shades of Neon Blue #595DF2
Tints of Neon Blue #595DF2
RGB
CMYK
RGB Variations
Color information
#595DF2 (or 0x595DF2) is known color: Neon Blue. HEX triplet: 59, 5D and F2. RGB value is (89,93,242). Sum of RGB (Red+Green+Blue) = 89+93+242=424 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.99% from 424); Green value is 93 (36.72% from 255 or 21.93% from 424); Blue value is 242 (94.92% from 255 or 57.08% from 424); Max value from RGB is 242 - color contains mainly: blue. Hex color #595DF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595DF2 is #A6A20D. Grayscale: #6C6C6C. Windows color (decimal): -10920462 or 15883609. OLE color: 15883609.
HSL color Cylindrical-coordinate representation of color #595DF2: hue angle of 238.43º degrees, saturation: 0.85, 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 #595DF2 is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 89 | 93 | 242 | - |
| CMYK | 0.63 | 0.62 | 0 | 0.05 |
| HSL | 238.43º | 0.85% | 0.65% | - |
| HSV(B) | 238.43º | 0.63% | 0.95% | - |
| XYZ | 24.06 | 16.36 | 85.89 | - |
| YUV | 108.79 | 203.17 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 93 | 242 | 0.63 | 0.62 | 0 | 0.05 | 238.43 | 0.85 | 0.65 |
| Hex | 59 | 5D | F2 | 3F | 3E | 0 | 5 | EE | 55 | 41 |
| Octal | 131 | 135 | 362 | 77 | 76 | 0 | 5 | 356 | 125 | 101 |
| Binary | 1011001 | 1011101 | 11110010 | 111111 | 111110 | 0 | 101 | 11101110 | 1010101 | 1000001 |
Color Harmonies of #595DF2
Complementary color
Monochromatic Colors of #595DF2
Black with #595DF2
Text Example
Text Example
White with #595DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595DF2; }
p { color: rgb(89,93,242); }
H1.HeaderClassName
{
color: #595DF2;
}
.AnyTagClassName
{
color: #595DF2;
}
</style>
background-color css
<style>
a { background-color: #595DF2; }
a { background-color: rgb(89,93,242); }
div.DivClassName
{
background-color: #595DF2;
}
.BgClassName
{
background-color: #595DF2;
}
</style>
border-color css
<style>
span { border-color: #595DF2; }
span { border-color: rgb(89,93,242); }
td.TdClassName
{
border-color: #595DF2;
}
.TagClassName
{
border-color: #595DF2;
}
</style>