Shades of Neon Blue #594FFC
Tints of Neon Blue #594FFC
RGB
CMYK
RGB Variations
Color information
#594FFC (or 0x594FFC) is known color: Neon Blue. HEX triplet: 59, 4F and FC. RGB value is (89,79,252). Sum of RGB (Red+Green+Blue) = 89+79+252=420 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.19% from 420); Green value is 79 (31.25% from 255 or 18.81% from 420); Blue value is 252 (98.83% from 255 or 60% from 420); Max value from RGB is 252 - color contains mainly: blue. Hex color #594FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #594FFC is #A6B003. Grayscale: #656565. Windows color (decimal): -10924036 or 16535385. OLE color: 16535385.
HSL color Cylindrical-coordinate representation of color #594FFC: hue angle of 243.47º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #594FFC is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 79 | 252 | - |
| CMYK | 0.65 | 0.69 | 0 | 0.01 |
| HSL | 243.47º | 0.97% | 0.65% | - |
| HSV(B) | 243.47º | 0.69% | 0.99% | - |
| XYZ | 24.49 | 14.74 | 93.65 | - |
| YUV | 101.71 | 212.81 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 79 | 252 | 0.65 | 0.69 | 0 | 0.01 | 243.47 | 0.97 | 0.65 |
| Hex | 59 | 4F | FC | 41 | 45 | 0 | 1 | F3 | 61 | 41 |
| Octal | 131 | 117 | 374 | 101 | 105 | 0 | 1 | 363 | 141 | 101 |
| Binary | 1011001 | 1001111 | 11111100 | 1000001 | 1000101 | 0 | 1 | 11110011 | 1100001 | 1000001 |
Color Harmonies of #594FFC
Complementary color
Monochromatic Colors of #594FFC
Black with #594FFC
Text Example
Text Example
White with #594FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594FFC; }
p { color: rgb(89,79,252); }
H1.HeaderClassName
{
color: #594FFC;
}
.AnyTagClassName
{
color: #594FFC;
}
</style>
background-color css
<style>
a { background-color: #594FFC; }
a { background-color: rgb(89,79,252); }
div.DivClassName
{
background-color: #594FFC;
}
.BgClassName
{
background-color: #594FFC;
}
</style>
border-color css
<style>
span { border-color: #594FFC; }
span { border-color: rgb(89,79,252); }
td.TdClassName
{
border-color: #594FFC;
}
.TagClassName
{
border-color: #594FFC;
}
</style>