Shades of Neon Blue #595CF2
Tints of Neon Blue #595CF2
RGB
CMYK
RGB Variations
Color information
#595CF2 (or 0x595CF2) is known color: Neon Blue. HEX triplet: 59, 5C and F2. RGB value is (89,92,242). Sum of RGB (Red+Green+Blue) = 89+92+242=423 (56% of max value = 765). Red value is 89 (35.16% from 255 or 21.04% from 423); Green value is 92 (36.33% from 255 or 21.75% from 423); Blue value is 242 (94.92% from 255 or 57.21% from 423); Max value from RGB is 242 - color contains mainly: blue. Hex color #595CF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595CF2 is #A6A30D. Grayscale: #6B6B6B. Windows color (decimal): -10920718 or 15883353. OLE color: 15883353.
HSL color Cylindrical-coordinate representation of color #595CF2: hue angle of 238.82º 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 #595CF2 is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 89 | 92 | 242 | - |
| CMYK | 0.63 | 0.62 | 0 | 0.05 |
| HSL | 238.82º | 0.85% | 0.65% | - |
| HSV(B) | 238.82º | 0.63% | 0.95% | - |
| XYZ | 23.97 | 16.19 | 85.87 | - |
| YUV | 108.2 | 203.51 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 242 | 0.63 | 0.62 | 0 | 0.05 | 238.82 | 0.85 | 0.65 |
| Hex | 59 | 5C | F2 | 3F | 3E | 0 | 5 | EF | 55 | 41 |
| Octal | 131 | 134 | 362 | 77 | 76 | 0 | 5 | 357 | 125 | 101 |
| Binary | 1011001 | 1011100 | 11110010 | 111111 | 111110 | 0 | 101 | 11101111 | 1010101 | 1000001 |
Color Harmonies of #595CF2
Complementary color
Monochromatic Colors of #595CF2
Black with #595CF2
Text Example
Text Example
White with #595CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595CF2; }
p { color: rgb(89,92,242); }
H1.HeaderClassName
{
color: #595CF2;
}
.AnyTagClassName
{
color: #595CF2;
}
</style>
background-color css
<style>
a { background-color: #595CF2; }
a { background-color: rgb(89,92,242); }
div.DivClassName
{
background-color: #595CF2;
}
.BgClassName
{
background-color: #595CF2;
}
</style>
border-color css
<style>
span { border-color: #595CF2; }
span { border-color: rgb(89,92,242); }
td.TdClassName
{
border-color: #595CF2;
}
.TagClassName
{
border-color: #595CF2;
}
</style>