Shades of Neon Blue #594AF3
Tints of Neon Blue #594AF3
RGB
CMYK
RGB Variations
Color information
#594AF3 (or 0x594AF3) is known color: Neon Blue. HEX triplet: 59, 4A and F3. RGB value is (89,74,243). Sum of RGB (Red+Green+Blue) = 89+74+243=406 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.92% from 406); Green value is 74 (29.30% from 255 or 18.23% from 406); Blue value is 243 (95.31% from 255 or 59.85% from 406); Max value from RGB is 243 - color contains mainly: blue. Hex color #594AF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #594AF3 is #A6B50C. Grayscale: #616161. Windows color (decimal): -10925325 or 15944281. OLE color: 15944281.
HSL color Cylindrical-coordinate representation of color #594AF3: hue angle of 245.33º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #594AF3 is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 89 | 74 | 243 | - |
| CMYK | 0.63 | 0.70 | 0 | 0.05 |
| HSL | 245.33º | 0.88% | 0.62% | - |
| HSV(B) | 245.33º | 0.7% | 0.95% | - |
| XYZ | 22.75 | 13.49 | 86.2 | - |
| YUV | 97.75 | 209.97 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 74 | 243 | 0.63 | 0.70 | 0 | 0.05 | 245.33 | 0.88 | 0.62 |
| Hex | 59 | 4A | F3 | 3F | 46 | 0 | 5 | F5 | 58 | 3E |
| Octal | 131 | 112 | 363 | 77 | 106 | 0 | 5 | 365 | 130 | 76 |
| Binary | 1011001 | 1001010 | 11110011 | 111111 | 1000110 | 0 | 101 | 11110101 | 1011000 | 111110 |
Color Harmonies of #594AF3
Complementary color
Monochromatic Colors of #594AF3
Black with #594AF3
Text Example
Text Example
White with #594AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594AF3; }
p { color: rgb(89,74,243); }
H1.HeaderClassName
{
color: #594AF3;
}
.AnyTagClassName
{
color: #594AF3;
}
</style>
background-color css
<style>
a { background-color: #594AF3; }
a { background-color: rgb(89,74,243); }
div.DivClassName
{
background-color: #594AF3;
}
.BgClassName
{
background-color: #594AF3;
}
</style>
border-color css
<style>
span { border-color: #594AF3; }
span { border-color: rgb(89,74,243); }
td.TdClassName
{
border-color: #594AF3;
}
.TagClassName
{
border-color: #594AF3;
}
</style>