Shades of Neon Blue #593BE1
Tints of Neon Blue #593BE1
RGB
CMYK
RGB Variations
Color information
#593BE1 (or 0x593BE1) is known color: Neon Blue. HEX triplet: 59, 3B and E1. RGB value is (89,59,225). Sum of RGB (Red+Green+Blue) = 89+59+225=373 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.86% from 373); Green value is 59 (23.44% from 255 or 15.82% from 373); Blue value is 225 (88.28% from 255 or 60.32% from 373); Max value from RGB is 225 - color contains mainly: blue. Hex color #593BE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593BE1 is #A6C41E. Grayscale: #565656. Windows color (decimal): -10929183 or 14760793. OLE color: 14760793.
HSL color Cylindrical-coordinate representation of color #593BE1: hue angle of 250.84º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #593BE1 is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 89 | 59 | 225 | - |
| CMYK | 0.60 | 0.74 | 0 | 0.12 |
| HSL | 250.84º | 0.73% | 0.56% | - |
| HSV(B) | 250.84º | 0.74% | 0.88% | - |
| XYZ | 19.27 | 10.69 | 72.28 | - |
| YUV | 86.89 | 205.94 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 59 | 225 | 0.60 | 0.74 | 0 | 0.12 | 250.84 | 0.73 | 0.56 |
| Hex | 59 | 3B | E1 | 3C | 4A | 0 | C | FB | 49 | 38 |
| Octal | 131 | 73 | 341 | 74 | 112 | 0 | 14 | 373 | 111 | 70 |
| Binary | 1011001 | 111011 | 11100001 | 111100 | 1001010 | 0 | 1100 | 11111011 | 1001001 | 111000 |
Color Harmonies of #593BE1
Complementary color
Monochromatic Colors of #593BE1
Black with #593BE1
Text Example
Text Example
White with #593BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593BE1; }
p { color: rgb(89,59,225); }
H1.HeaderClassName
{
color: #593BE1;
}
.AnyTagClassName
{
color: #593BE1;
}
</style>
background-color css
<style>
a { background-color: #593BE1; }
a { background-color: rgb(89,59,225); }
div.DivClassName
{
background-color: #593BE1;
}
.BgClassName
{
background-color: #593BE1;
}
</style>
border-color css
<style>
span { border-color: #593BE1; }
span { border-color: rgb(89,59,225); }
td.TdClassName
{
border-color: #593BE1;
}
.TagClassName
{
border-color: #593BE1;
}
</style>