Shades of Neon Blue #593FE5
Tints of Neon Blue #593FE5
RGB
CMYK
RGB Variations
Color information
#593FE5 (or 0x593FE5) is known color: Neon Blue. HEX triplet: 59, 3F and E5. RGB value is (89,63,229). Sum of RGB (Red+Green+Blue) = 89+63+229=381 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.36% from 381); Green value is 63 (25% from 255 or 16.54% from 381); Blue value is 229 (89.84% from 255 or 60.10% from 381); Max value from RGB is 229 - color contains mainly: blue. Hex color #593FE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593FE5 is #A6C01A. Grayscale: #595959. Windows color (decimal): -10928155 or 15023961. OLE color: 15023961.
HSL color Cylindrical-coordinate representation of color #593FE5: hue angle of 249.4º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #593FE5 is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 89 | 63 | 229 | - |
| CMYK | 0.61 | 0.72 | 0 | 0.10 |
| HSL | 249.4º | 0.76% | 0.57% | - |
| HSV(B) | 249.4º | 0.72% | 0.9% | - |
| XYZ | 20.04 | 11.34 | 75.26 | - |
| YUV | 89.7 | 206.61 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 63 | 229 | 0.61 | 0.72 | 0 | 0.10 | 249.4 | 0.76 | 0.57 |
| Hex | 59 | 3F | E5 | 3D | 48 | 0 | A | F9 | 4C | 39 |
| Octal | 131 | 77 | 345 | 75 | 110 | 0 | 12 | 371 | 114 | 71 |
| Binary | 1011001 | 111111 | 11100101 | 111101 | 1001000 | 0 | 1010 | 11111001 | 1001100 | 111001 |
Color Harmonies of #593FE5
Complementary color
Monochromatic Colors of #593FE5
Black with #593FE5
Text Example
Text Example
White with #593FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593FE5; }
p { color: rgb(89,63,229); }
H1.HeaderClassName
{
color: #593FE5;
}
.AnyTagClassName
{
color: #593FE5;
}
</style>
background-color css
<style>
a { background-color: #593FE5; }
a { background-color: rgb(89,63,229); }
div.DivClassName
{
background-color: #593FE5;
}
.BgClassName
{
background-color: #593FE5;
}
</style>
border-color css
<style>
span { border-color: #593FE5; }
span { border-color: rgb(89,63,229); }
td.TdClassName
{
border-color: #593FE5;
}
.TagClassName
{
border-color: #593FE5;
}
</style>