Shades of Neon Blue #594CF2
Tints of Neon Blue #594CF2
RGB
CMYK
RGB Variations
Color information
#594CF2 (or 0x594CF2) is known color: Neon Blue. HEX triplet: 59, 4C and F2. RGB value is (89,76,242). Sum of RGB (Red+Green+Blue) = 89+76+242=407 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.87% from 407); Green value is 76 (30.08% from 255 or 18.67% from 407); Blue value is 242 (94.92% from 255 or 59.46% from 407); Max value from RGB is 242 - color contains mainly: blue. Hex color #594CF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #594CF2 is #A6B30D. Grayscale: #626262. Windows color (decimal): -10924814 or 15879257. OLE color: 15879257.
HSL color Cylindrical-coordinate representation of color #594CF2: hue angle of 244.7º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #594CF2 is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 89 | 76 | 242 | - |
| CMYK | 0.63 | 0.69 | 0 | 0.05 |
| HSL | 244.7º | 0.86% | 0.62% | - |
| HSV(B) | 244.7º | 0.69% | 0.95% | - |
| XYZ | 22.73 | 13.7 | 85.45 | - |
| YUV | 98.81 | 208.81 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 76 | 242 | 0.63 | 0.69 | 0 | 0.05 | 244.7 | 0.86 | 0.62 |
| Hex | 59 | 4C | F2 | 3F | 45 | 0 | 5 | F5 | 56 | 3E |
| Octal | 131 | 114 | 362 | 77 | 105 | 0 | 5 | 365 | 126 | 76 |
| Binary | 1011001 | 1001100 | 11110010 | 111111 | 1000101 | 0 | 101 | 11110101 | 1010110 | 111110 |
Color Harmonies of #594CF2
Complementary color
Monochromatic Colors of #594CF2
Black with #594CF2
Text Example
Text Example
White with #594CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594CF2; }
p { color: rgb(89,76,242); }
H1.HeaderClassName
{
color: #594CF2;
}
.AnyTagClassName
{
color: #594CF2;
}
</style>
background-color css
<style>
a { background-color: #594CF2; }
a { background-color: rgb(89,76,242); }
div.DivClassName
{
background-color: #594CF2;
}
.BgClassName
{
background-color: #594CF2;
}
</style>
border-color css
<style>
span { border-color: #594CF2; }
span { border-color: rgb(89,76,242); }
td.TdClassName
{
border-color: #594CF2;
}
.TagClassName
{
border-color: #594CF2;
}
</style>