Shades of Neon Blue #593CE5
Tints of Neon Blue #593CE5
RGB
CMYK
RGB Variations
Color information
#593CE5 (or 0x593CE5) is known color: Neon Blue. HEX triplet: 59, 3C and E5. RGB value is (89,60,229). Sum of RGB (Red+Green+Blue) = 89+60+229=378 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.54% from 378); Green value is 60 (23.83% from 255 or 15.87% from 378); Blue value is 229 (89.84% from 255 or 60.58% from 378); Max value from RGB is 229 - color contains mainly: blue. Hex color #593CE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593CE5 is #A6C31A. Grayscale: #575757. Windows color (decimal): -10928923 or 15023193. OLE color: 15023193.
HSL color Cylindrical-coordinate representation of color #593CE5: hue angle of 250.3º degrees, saturation: 0.76, 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 #593CE5 is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 89 | 60 | 229 | - |
| CMYK | 0.61 | 0.74 | 0 | 0.10 |
| HSL | 250.3º | 0.76% | 0.57% | - |
| HSV(B) | 250.3º | 0.74% | 0.9% | - |
| XYZ | 19.88 | 11.01 | 75.21 | - |
| YUV | 87.94 | 207.61 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 60 | 229 | 0.61 | 0.74 | 0 | 0.10 | 250.3 | 0.76 | 0.57 |
| Hex | 59 | 3C | E5 | 3D | 4A | 0 | A | FA | 4C | 39 |
| Octal | 131 | 74 | 345 | 75 | 112 | 0 | 12 | 372 | 114 | 71 |
| Binary | 1011001 | 111100 | 11100101 | 111101 | 1001010 | 0 | 1010 | 11111010 | 1001100 | 111001 |
Color Harmonies of #593CE5
Complementary color
Monochromatic Colors of #593CE5
Black with #593CE5
Text Example
Text Example
White with #593CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593CE5; }
p { color: rgb(89,60,229); }
H1.HeaderClassName
{
color: #593CE5;
}
.AnyTagClassName
{
color: #593CE5;
}
</style>
background-color css
<style>
a { background-color: #593CE5; }
a { background-color: rgb(89,60,229); }
div.DivClassName
{
background-color: #593CE5;
}
.BgClassName
{
background-color: #593CE5;
}
</style>
border-color css
<style>
span { border-color: #593CE5; }
span { border-color: rgb(89,60,229); }
td.TdClassName
{
border-color: #593CE5;
}
.TagClassName
{
border-color: #593CE5;
}
</style>