Shades of Neon Blue #593CEC
Tints of Neon Blue #593CEC
RGB
CMYK
RGB Variations
Color information
#593CEC (or 0x593CEC) is known color: Neon Blue. HEX triplet: 59, 3C and EC. RGB value is (89,60,236). Sum of RGB (Red+Green+Blue) = 89+60+236=385 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.12% from 385); Green value is 60 (23.83% from 255 or 15.58% from 385); Blue value is 236 (92.58% from 255 or 61.30% from 385); Max value from RGB is 236 - color contains mainly: blue. Hex color #593CEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #593CEC is #A6C313. Grayscale: #585858. Windows color (decimal): -10928916 or 15481945. OLE color: 15481945.
HSL color Cylindrical-coordinate representation of color #593CEC: hue angle of 249.89º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #593CEC is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 60 | 236 | - |
| CMYK | 0.62 | 0.75 | 0 | 0.07 |
| HSL | 249.89º | 0.82% | 0.58% | - |
| HSV(B) | 249.89º | 0.75% | 0.93% | - |
| XYZ | 20.88 | 11.41 | 80.46 | - |
| YUV | 88.74 | 211.11 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 60 | 236 | 0.62 | 0.75 | 0 | 0.07 | 249.89 | 0.82 | 0.58 |
| Hex | 59 | 3C | EC | 3E | 4B | 0 | 7 | FA | 52 | 3A |
| Octal | 131 | 74 | 354 | 76 | 113 | 0 | 7 | 372 | 122 | 72 |
| Binary | 1011001 | 111100 | 11101100 | 111110 | 1001011 | 0 | 111 | 11111010 | 1010010 | 111010 |
Color Harmonies of #593CEC
Complementary color
Monochromatic Colors of #593CEC
Black with #593CEC
Text Example
Text Example
White with #593CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593CEC; }
p { color: rgb(89,60,236); }
H1.HeaderClassName
{
color: #593CEC;
}
.AnyTagClassName
{
color: #593CEC;
}
</style>
background-color css
<style>
a { background-color: #593CEC; }
a { background-color: rgb(89,60,236); }
div.DivClassName
{
background-color: #593CEC;
}
.BgClassName
{
background-color: #593CEC;
}
</style>
border-color css
<style>
span { border-color: #593CEC; }
span { border-color: rgb(89,60,236); }
td.TdClassName
{
border-color: #593CEC;
}
.TagClassName
{
border-color: #593CEC;
}
</style>