Shades of Neon Blue #593CE6
Tints of Neon Blue #593CE6
RGB
CMYK
RGB Variations
Color information
#593CE6 (or 0x593CE6) is known color: Neon Blue. HEX triplet: 59, 3C and E6. RGB value is (89,60,230). Sum of RGB (Red+Green+Blue) = 89+60+230=379 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.48% from 379); Green value is 60 (23.83% from 255 or 15.83% from 379); Blue value is 230 (90.23% from 255 or 60.69% from 379); Max value from RGB is 230 - color contains mainly: blue. Hex color #593CE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #593CE6 is #A6C319. Grayscale: #575757. Windows color (decimal): -10928922 or 15088729. OLE color: 15088729.
HSL color Cylindrical-coordinate representation of color #593CE6: hue angle of 250.24º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #593CE6 is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 89 | 60 | 230 | - |
| CMYK | 0.61 | 0.74 | 0 | 0.10 |
| HSL | 250.24º | 0.77% | 0.57% | - |
| HSV(B) | 250.24º | 0.74% | 0.9% | - |
| XYZ | 20.02 | 11.07 | 75.94 | - |
| YUV | 88.05 | 208.11 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 60 | 230 | 0.61 | 0.74 | 0 | 0.10 | 250.24 | 0.77 | 0.57 |
| Hex | 59 | 3C | E6 | 3D | 4A | 0 | A | FA | 4D | 39 |
| Octal | 131 | 74 | 346 | 75 | 112 | 0 | 12 | 372 | 115 | 71 |
| Binary | 1011001 | 111100 | 11100110 | 111101 | 1001010 | 0 | 1010 | 11111010 | 1001101 | 111001 |
Color Harmonies of #593CE6
Complementary color
Monochromatic Colors of #593CE6
Black with #593CE6
Text Example
Text Example
White with #593CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593CE6; }
p { color: rgb(89,60,230); }
H1.HeaderClassName
{
color: #593CE6;
}
.AnyTagClassName
{
color: #593CE6;
}
</style>
background-color css
<style>
a { background-color: #593CE6; }
a { background-color: rgb(89,60,230); }
div.DivClassName
{
background-color: #593CE6;
}
.BgClassName
{
background-color: #593CE6;
}
</style>
border-color css
<style>
span { border-color: #593CE6; }
span { border-color: rgb(89,60,230); }
td.TdClassName
{
border-color: #593CE6;
}
.TagClassName
{
border-color: #593CE6;
}
</style>