Shades of Neon Blue #595CE7
Tints of Neon Blue #595CE7
RGB
CMYK
RGB Variations
Color information
#595CE7 (or 0x595CE7) is known color: Neon Blue. HEX triplet: 59, 5C and E7. RGB value is (89,92,231). Sum of RGB (Red+Green+Blue) = 89+92+231=412 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.60% from 412); Green value is 92 (36.33% from 255 or 22.33% from 412); Blue value is 231 (90.62% from 255 or 56.07% from 412); Max value from RGB is 231 - color contains mainly: blue. Hex color #595CE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595CE7 is #A6A318. Grayscale: #6A6A6A. Windows color (decimal): -10920729 or 15162457. OLE color: 15162457.
HSL color Cylindrical-coordinate representation of color #595CE7: hue angle of 238.73º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #595CE7 is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 89 | 92 | 231 | - |
| CMYK | 0.61 | 0.60 | 0 | 0.09 |
| HSL | 238.73º | 0.75% | 0.63% | - |
| HSV(B) | 238.73º | 0.61% | 0.91% | - |
| XYZ | 22.37 | 15.55 | 77.42 | - |
| YUV | 106.95 | 198.01 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 231 | 0.61 | 0.60 | 0 | 0.09 | 238.73 | 0.75 | 0.63 |
| Hex | 59 | 5C | E7 | 3D | 3C | 0 | 9 | EF | 4B | 3F |
| Octal | 131 | 134 | 347 | 75 | 74 | 0 | 11 | 357 | 113 | 77 |
| Binary | 1011001 | 1011100 | 11100111 | 111101 | 111100 | 0 | 1001 | 11101111 | 1001011 | 111111 |
Color Harmonies of #595CE7
Complementary color
Monochromatic Colors of #595CE7
Black with #595CE7
Text Example
Text Example
White with #595CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595CE7; }
p { color: rgb(89,92,231); }
H1.HeaderClassName
{
color: #595CE7;
}
.AnyTagClassName
{
color: #595CE7;
}
</style>
background-color css
<style>
a { background-color: #595CE7; }
a { background-color: rgb(89,92,231); }
div.DivClassName
{
background-color: #595CE7;
}
.BgClassName
{
background-color: #595CE7;
}
</style>
border-color css
<style>
span { border-color: #595CE7; }
span { border-color: rgb(89,92,231); }
td.TdClassName
{
border-color: #595CE7;
}
.TagClassName
{
border-color: #595CE7;
}
</style>