Shades of Neon Blue #594BED
Tints of Neon Blue #594BED
RGB
CMYK
RGB Variations
Color information
#594BED (or 0x594BED) is known color: Neon Blue. HEX triplet: 59, 4B and ED. RGB value is (89,75,237). Sum of RGB (Red+Green+Blue) = 89+75+237=401 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.19% from 401); Green value is 75 (29.69% from 255 or 18.70% from 401); Blue value is 237 (92.97% from 255 or 59.10% from 401); Max value from RGB is 237 - color contains mainly: blue. Hex color #594BED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #594BED is #A6B412. Grayscale: #616161. Windows color (decimal): -10925075 or 15551321. OLE color: 15551321.
HSL color Cylindrical-coordinate representation of color #594BED: hue angle of 245.19º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #594BED is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 75 | 237 | - |
| CMYK | 0.62 | 0.68 | 0 | 0.07 |
| HSL | 245.19º | 0.82% | 0.61% | - |
| HSV(B) | 245.19º | 0.68% | 0.93% | - |
| XYZ | 21.92 | 13.27 | 81.53 | - |
| YUV | 97.65 | 206.64 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 75 | 237 | 0.62 | 0.68 | 0 | 0.07 | 245.19 | 0.82 | 0.61 |
| Hex | 59 | 4B | ED | 3E | 44 | 0 | 7 | F5 | 52 | 3D |
| Octal | 131 | 113 | 355 | 76 | 104 | 0 | 7 | 365 | 122 | 75 |
| Binary | 1011001 | 1001011 | 11101101 | 111110 | 1000100 | 0 | 111 | 11110101 | 1010010 | 111101 |
Color Harmonies of #594BED
Complementary color
Monochromatic Colors of #594BED
Black with #594BED
Text Example
Text Example
White with #594BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594BED; }
p { color: rgb(89,75,237); }
H1.HeaderClassName
{
color: #594BED;
}
.AnyTagClassName
{
color: #594BED;
}
</style>
background-color css
<style>
a { background-color: #594BED; }
a { background-color: rgb(89,75,237); }
div.DivClassName
{
background-color: #594BED;
}
.BgClassName
{
background-color: #594BED;
}
</style>
border-color css
<style>
span { border-color: #594BED; }
span { border-color: rgb(89,75,237); }
td.TdClassName
{
border-color: #594BED;
}
.TagClassName
{
border-color: #594BED;
}
</style>