Shades of Neon Blue #593BE2
Tints of Neon Blue #593BE2
RGB
CMYK
RGB Variations
Color information
#593BE2 (or 0x593BE2) is known color: Neon Blue. HEX triplet: 59, 3B and E2. RGB value is (89,59,226). Sum of RGB (Red+Green+Blue) = 89+59+226=374 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.80% from 374); Green value is 59 (23.44% from 255 or 15.78% from 374); Blue value is 226 (88.67% from 255 or 60.43% from 374); Max value from RGB is 226 - color contains mainly: blue. Hex color #593BE2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593BE2 is #A6C41D. Grayscale: #565656. Windows color (decimal): -10929182 or 14826329. OLE color: 14826329.
HSL color Cylindrical-coordinate representation of color #593BE2: hue angle of 250.78º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #593BE2 is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 89 | 59 | 226 | - |
| CMYK | 0.61 | 0.74 | 0 | 0.11 |
| HSL | 250.78º | 0.74% | 0.56% | - |
| HSV(B) | 250.78º | 0.74% | 0.89% | - |
| XYZ | 19.41 | 10.74 | 73 | - |
| YUV | 87.01 | 206.44 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 59 | 226 | 0.61 | 0.74 | 0 | 0.11 | 250.78 | 0.74 | 0.56 |
| Hex | 59 | 3B | E2 | 3D | 4A | 0 | B | FB | 4A | 38 |
| Octal | 131 | 73 | 342 | 75 | 112 | 0 | 13 | 373 | 112 | 70 |
| Binary | 1011001 | 111011 | 11100010 | 111101 | 1001010 | 0 | 1011 | 11111011 | 1001010 | 111000 |
Color Harmonies of #593BE2
Complementary color
Monochromatic Colors of #593BE2
Black with #593BE2
Text Example
Text Example
White with #593BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593BE2; }
p { color: rgb(89,59,226); }
H1.HeaderClassName
{
color: #593BE2;
}
.AnyTagClassName
{
color: #593BE2;
}
</style>
background-color css
<style>
a { background-color: #593BE2; }
a { background-color: rgb(89,59,226); }
div.DivClassName
{
background-color: #593BE2;
}
.BgClassName
{
background-color: #593BE2;
}
</style>
border-color css
<style>
span { border-color: #593BE2; }
span { border-color: rgb(89,59,226); }
td.TdClassName
{
border-color: #593BE2;
}
.TagClassName
{
border-color: #593BE2;
}
</style>