Shades of Neon Blue #594BEA
Tints of Neon Blue #594BEA
RGB
CMYK
RGB Variations
Color information
#594BEA (or 0x594BEA) is known color: Neon Blue. HEX triplet: 59, 4B and EA. RGB value is (89,75,234). Sum of RGB (Red+Green+Blue) = 89+75+234=398 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.36% from 398); Green value is 75 (29.69% from 255 or 18.84% from 398); Blue value is 234 (91.80% from 255 or 58.79% from 398); Max value from RGB is 234 - color contains mainly: blue. Hex color #594BEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #594BEA is #A6B415. Grayscale: #606060. Windows color (decimal): -10925078 or 15354713. OLE color: 15354713.
HSL color Cylindrical-coordinate representation of color #594BEA: hue angle of 245.28º degrees, saturation: 0.79, 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 #594BEA is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 89 | 75 | 234 | - |
| CMYK | 0.62 | 0.68 | 0 | 0.08 |
| HSL | 245.28º | 0.79% | 0.61% | - |
| HSV(B) | 245.28º | 0.68% | 0.92% | - |
| XYZ | 21.49 | 13.1 | 79.24 | - |
| YUV | 97.31 | 205.14 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 75 | 234 | 0.62 | 0.68 | 0 | 0.08 | 245.28 | 0.79 | 0.61 |
| Hex | 59 | 4B | EA | 3E | 44 | 0 | 8 | F5 | 4F | 3D |
| Octal | 131 | 113 | 352 | 76 | 104 | 0 | 10 | 365 | 117 | 75 |
| Binary | 1011001 | 1001011 | 11101010 | 111110 | 1000100 | 0 | 1000 | 11110101 | 1001111 | 111101 |
Color Harmonies of #594BEA
Complementary color
Monochromatic Colors of #594BEA
Black with #594BEA
Text Example
Text Example
White with #594BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594BEA; }
p { color: rgb(89,75,234); }
H1.HeaderClassName
{
color: #594BEA;
}
.AnyTagClassName
{
color: #594BEA;
}
</style>
background-color css
<style>
a { background-color: #594BEA; }
a { background-color: rgb(89,75,234); }
div.DivClassName
{
background-color: #594BEA;
}
.BgClassName
{
background-color: #594BEA;
}
</style>
border-color css
<style>
span { border-color: #594BEA; }
span { border-color: rgb(89,75,234); }
td.TdClassName
{
border-color: #594BEA;
}
.TagClassName
{
border-color: #594BEA;
}
</style>