Shades of Neon Blue #593FEC
Tints of Neon Blue #593FEC
RGB
CMYK
RGB Variations
Color information
#593FEC (or 0x593FEC) is known color: Neon Blue. HEX triplet: 59, 3F and EC. RGB value is (89,63,236). Sum of RGB (Red+Green+Blue) = 89+63+236=388 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.94% from 388); Green value is 63 (25% from 255 or 16.24% from 388); Blue value is 236 (92.58% from 255 or 60.82% from 388); Max value from RGB is 236 - color contains mainly: blue. Hex color #593FEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #593FEC is #A6C013. Grayscale: #595959. Windows color (decimal): -10928148 or 15482713. OLE color: 15482713.
HSL color Cylindrical-coordinate representation of color #593FEC: hue angle of 249.02º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #593FEC is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 63 | 236 | - |
| CMYK | 0.62 | 0.73 | 0 | 0.07 |
| HSL | 249.02º | 0.82% | 0.59% | - |
| HSV(B) | 249.02º | 0.73% | 0.93% | - |
| XYZ | 21.04 | 11.73 | 80.51 | - |
| YUV | 90.5 | 210.11 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 63 | 236 | 0.62 | 0.73 | 0 | 0.07 | 249.02 | 0.82 | 0.59 |
| Hex | 59 | 3F | EC | 3E | 49 | 0 | 7 | F9 | 52 | 3B |
| Octal | 131 | 77 | 354 | 76 | 111 | 0 | 7 | 371 | 122 | 73 |
| Binary | 1011001 | 111111 | 11101100 | 111110 | 1001001 | 0 | 111 | 11111001 | 1010010 | 111011 |
Color Harmonies of #593FEC
Complementary color
Monochromatic Colors of #593FEC
Black with #593FEC
Text Example
Text Example
White with #593FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593FEC; }
p { color: rgb(89,63,236); }
H1.HeaderClassName
{
color: #593FEC;
}
.AnyTagClassName
{
color: #593FEC;
}
</style>
background-color css
<style>
a { background-color: #593FEC; }
a { background-color: rgb(89,63,236); }
div.DivClassName
{
background-color: #593FEC;
}
.BgClassName
{
background-color: #593FEC;
}
</style>
border-color css
<style>
span { border-color: #593FEC; }
span { border-color: rgb(89,63,236); }
td.TdClassName
{
border-color: #593FEC;
}
.TagClassName
{
border-color: #593FEC;
}
</style>