Shades of Neon Blue #594DEB
Tints of Neon Blue #594DEB
RGB
CMYK
RGB Variations
Color information
#594DEB (or 0x594DEB) is known color: Neon Blue. HEX triplet: 59, 4D and EB. RGB value is (89,77,235). Sum of RGB (Red+Green+Blue) = 89+77+235=401 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.19% from 401); Green value is 77 (30.47% from 255 or 19.20% from 401); Blue value is 235 (92.19% from 255 or 58.60% from 401); Max value from RGB is 235 - color contains mainly: blue. Hex color #594DEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #594DEB is #A6B214. Grayscale: #616161. Windows color (decimal): -10924565 or 15420761. OLE color: 15420761.
HSL color Cylindrical-coordinate representation of color #594DEB: hue angle of 244.56º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #594DEB is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 89 | 77 | 235 | - |
| CMYK | 0.62 | 0.67 | 0 | 0.08 |
| HSL | 244.56º | 0.8% | 0.61% | - |
| HSV(B) | 244.56º | 0.67% | 0.92% | - |
| XYZ | 21.77 | 13.43 | 80.04 | - |
| YUV | 98.6 | 204.98 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 77 | 235 | 0.62 | 0.67 | 0 | 0.08 | 244.56 | 0.8 | 0.61 |
| Hex | 59 | 4D | EB | 3E | 43 | 0 | 8 | F5 | 50 | 3D |
| Octal | 131 | 115 | 353 | 76 | 103 | 0 | 10 | 365 | 120 | 75 |
| Binary | 1011001 | 1001101 | 11101011 | 111110 | 1000011 | 0 | 1000 | 11110101 | 1010000 | 111101 |
Color Harmonies of #594DEB
Complementary color
Monochromatic Colors of #594DEB
Black with #594DEB
Text Example
Text Example
White with #594DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594DEB; }
p { color: rgb(89,77,235); }
H1.HeaderClassName
{
color: #594DEB;
}
.AnyTagClassName
{
color: #594DEB;
}
</style>
background-color css
<style>
a { background-color: #594DEB; }
a { background-color: rgb(89,77,235); }
div.DivClassName
{
background-color: #594DEB;
}
.BgClassName
{
background-color: #594DEB;
}
</style>
border-color css
<style>
span { border-color: #594DEB; }
span { border-color: rgb(89,77,235); }
td.TdClassName
{
border-color: #594DEB;
}
.TagClassName
{
border-color: #594DEB;
}
</style>