Shades of Neon Blue #594CEB
Tints of Neon Blue #594CEB
RGB
CMYK
RGB Variations
Color information
#594CEB (or 0x594CEB) is known color: Neon Blue. HEX triplet: 59, 4C and EB. RGB value is (89,76,235). Sum of RGB (Red+Green+Blue) = 89+76+235=400 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.25% from 400); Green value is 76 (30.08% from 255 or 19% from 400); Blue value is 235 (92.19% from 255 or 58.75% from 400); Max value from RGB is 235 - color contains mainly: blue. Hex color #594CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #594CEB is #A6B314. Grayscale: #616161. Windows color (decimal): -10924821 or 15420505. OLE color: 15420505.
HSL color Cylindrical-coordinate representation of color #594CEB: hue angle of 244.91º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #594CEB is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 89 | 76 | 235 | - |
| CMYK | 0.62 | 0.68 | 0 | 0.08 |
| HSL | 244.91º | 0.8% | 0.61% | - |
| HSV(B) | 244.91º | 0.68% | 0.92% | - |
| XYZ | 21.7 | 13.29 | 80.02 | - |
| YUV | 98.01 | 205.31 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 76 | 235 | 0.62 | 0.68 | 0 | 0.08 | 244.91 | 0.8 | 0.61 |
| Hex | 59 | 4C | EB | 3E | 44 | 0 | 8 | F5 | 50 | 3D |
| Octal | 131 | 114 | 353 | 76 | 104 | 0 | 10 | 365 | 120 | 75 |
| Binary | 1011001 | 1001100 | 11101011 | 111110 | 1000100 | 0 | 1000 | 11110101 | 1010000 | 111101 |
Color Harmonies of #594CEB
Complementary color
Monochromatic Colors of #594CEB
Black with #594CEB
Text Example
Text Example
White with #594CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594CEB; }
p { color: rgb(89,76,235); }
H1.HeaderClassName
{
color: #594CEB;
}
.AnyTagClassName
{
color: #594CEB;
}
</style>
background-color css
<style>
a { background-color: #594CEB; }
a { background-color: rgb(89,76,235); }
div.DivClassName
{
background-color: #594CEB;
}
.BgClassName
{
background-color: #594CEB;
}
</style>
border-color css
<style>
span { border-color: #594CEB; }
span { border-color: rgb(89,76,235); }
td.TdClassName
{
border-color: #594CEB;
}
.TagClassName
{
border-color: #594CEB;
}
</style>