Shades of Neon Blue #594DEC
Tints of Neon Blue #594DEC
RGB
CMYK
RGB Variations
Color information
#594DEC (or 0x594DEC) is known color: Neon Blue. HEX triplet: 59, 4D and EC. RGB value is (89,77,236). Sum of RGB (Red+Green+Blue) = 89+77+236=402 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.14% from 402); Green value is 77 (30.47% from 255 or 19.15% from 402); Blue value is 236 (92.58% from 255 or 58.71% from 402); Max value from RGB is 236 - color contains mainly: blue. Hex color #594DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #594DEC is #A6B213. Grayscale: #626262. Windows color (decimal): -10924564 or 15486297. OLE color: 15486297.
HSL color Cylindrical-coordinate representation of color #594DEC: hue angle of 244.53º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #594DEC is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 77 | 236 | - |
| CMYK | 0.62 | 0.67 | 0 | 0.07 |
| HSL | 244.53º | 0.81% | 0.61% | - |
| HSV(B) | 244.53º | 0.67% | 0.93% | - |
| XYZ | 21.91 | 13.49 | 80.81 | - |
| YUV | 98.71 | 205.48 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 77 | 236 | 0.62 | 0.67 | 0 | 0.07 | 244.53 | 0.81 | 0.61 |
| Hex | 59 | 4D | EC | 3E | 43 | 0 | 7 | F5 | 51 | 3D |
| Octal | 131 | 115 | 354 | 76 | 103 | 0 | 7 | 365 | 121 | 75 |
| Binary | 1011001 | 1001101 | 11101100 | 111110 | 1000011 | 0 | 111 | 11110101 | 1010001 | 111101 |
Color Harmonies of #594DEC
Complementary color
Monochromatic Colors of #594DEC
Black with #594DEC
Text Example
Text Example
White with #594DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594DEC; }
p { color: rgb(89,77,236); }
H1.HeaderClassName
{
color: #594DEC;
}
.AnyTagClassName
{
color: #594DEC;
}
</style>
background-color css
<style>
a { background-color: #594DEC; }
a { background-color: rgb(89,77,236); }
div.DivClassName
{
background-color: #594DEC;
}
.BgClassName
{
background-color: #594DEC;
}
</style>
border-color css
<style>
span { border-color: #594DEC; }
span { border-color: rgb(89,77,236); }
td.TdClassName
{
border-color: #594DEC;
}
.TagClassName
{
border-color: #594DEC;
}
</style>