Shades of Neon Blue #594AED
Tints of Neon Blue #594AED
RGB
CMYK
RGB Variations
Color information
#594AED (or 0x594AED) is known color: Neon Blue. HEX triplet: 59, 4A and ED. RGB value is (89,74,237). Sum of RGB (Red+Green+Blue) = 89+74+237=400 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.25% from 400); Green value is 74 (29.30% from 255 or 18.5% from 400); Blue value is 237 (92.97% from 255 or 59.25% from 400); Max value from RGB is 237 - color contains mainly: blue. Hex color #594AED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #594AED is #A6B512. Grayscale: #606060. Windows color (decimal): -10925331 or 15551065. OLE color: 15551065.
HSL color Cylindrical-coordinate representation of color #594AED: hue angle of 245.52º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #594AED is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 74 | 237 | - |
| CMYK | 0.62 | 0.69 | 0 | 0.07 |
| HSL | 245.52º | 0.82% | 0.61% | - |
| HSV(B) | 245.52º | 0.69% | 0.93% | - |
| XYZ | 21.85 | 13.14 | 81.5 | - |
| YUV | 97.07 | 206.97 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 74 | 237 | 0.62 | 0.69 | 0 | 0.07 | 245.52 | 0.82 | 0.61 |
| Hex | 59 | 4A | ED | 3E | 45 | 0 | 7 | F6 | 52 | 3D |
| Octal | 131 | 112 | 355 | 76 | 105 | 0 | 7 | 366 | 122 | 75 |
| Binary | 1011001 | 1001010 | 11101101 | 111110 | 1000101 | 0 | 111 | 11110110 | 1010010 | 111101 |
Color Harmonies of #594AED
Complementary color
Monochromatic Colors of #594AED
Black with #594AED
Text Example
Text Example
White with #594AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594AED; }
p { color: rgb(89,74,237); }
H1.HeaderClassName
{
color: #594AED;
}
.AnyTagClassName
{
color: #594AED;
}
</style>
background-color css
<style>
a { background-color: #594AED; }
a { background-color: rgb(89,74,237); }
div.DivClassName
{
background-color: #594AED;
}
.BgClassName
{
background-color: #594AED;
}
</style>
border-color css
<style>
span { border-color: #594AED; }
span { border-color: rgb(89,74,237); }
td.TdClassName
{
border-color: #594AED;
}
.TagClassName
{
border-color: #594AED;
}
</style>