Shades of Neon Blue #594AFC
Tints of Neon Blue #594AFC
RGB
CMYK
RGB Variations
Color information
#594AFC (or 0x594AFC) is known color: Neon Blue. HEX triplet: 59, 4A and FC. RGB value is (89,74,252). Sum of RGB (Red+Green+Blue) = 89+74+252=415 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.45% from 415); Green value is 74 (29.30% from 255 or 17.83% from 415); Blue value is 252 (98.83% from 255 or 60.72% from 415); Max value from RGB is 252 - color contains mainly: blue. Hex color #594AFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #594AFC is #A6B503. Grayscale: #626262. Windows color (decimal): -10925316 or 16534105. OLE color: 16534105.
HSL color Cylindrical-coordinate representation of color #594AFC: hue angle of 245.06º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #594AFC is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 74 | 252 | - |
| CMYK | 0.65 | 0.71 | 0 | 0.01 |
| HSL | 245.06º | 0.97% | 0.64% | - |
| HSV(B) | 245.06º | 0.71% | 0.99% | - |
| XYZ | 24.14 | 14.05 | 93.54 | - |
| YUV | 98.78 | 214.47 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 74 | 252 | 0.65 | 0.71 | 0 | 0.01 | 245.06 | 0.97 | 0.64 |
| Hex | 59 | 4A | FC | 41 | 47 | 0 | 1 | F5 | 61 | 40 |
| Octal | 131 | 112 | 374 | 101 | 107 | 0 | 1 | 365 | 141 | 100 |
| Binary | 1011001 | 1001010 | 11111100 | 1000001 | 1000111 | 0 | 1 | 11110101 | 1100001 | 1000000 |
Color Harmonies of #594AFC
Complementary color
Monochromatic Colors of #594AFC
Black with #594AFC
Text Example
Text Example
White with #594AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594AFC; }
p { color: rgb(89,74,252); }
H1.HeaderClassName
{
color: #594AFC;
}
.AnyTagClassName
{
color: #594AFC;
}
</style>
background-color css
<style>
a { background-color: #594AFC; }
a { background-color: rgb(89,74,252); }
div.DivClassName
{
background-color: #594AFC;
}
.BgClassName
{
background-color: #594AFC;
}
</style>
border-color css
<style>
span { border-color: #594AFC; }
span { border-color: rgb(89,74,252); }
td.TdClassName
{
border-color: #594AFC;
}
.TagClassName
{
border-color: #594AFC;
}
</style>