Shades of Neon Blue #594FFB
Tints of Neon Blue #594FFB
RGB
CMYK
RGB Variations
Color information
#594FFB (or 0x594FFB) is known color: Neon Blue. HEX triplet: 59, 4F and FB. RGB value is (89,79,251). Sum of RGB (Red+Green+Blue) = 89+79+251=419 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.24% from 419); Green value is 79 (31.25% from 255 or 18.85% from 419); Blue value is 251 (98.44% from 255 or 59.90% from 419); Max value from RGB is 251 - color contains mainly: blue. Hex color #594FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #594FFB is #A6B004. Grayscale: #646464. Windows color (decimal): -10924037 or 16469849. OLE color: 16469849.
HSL color Cylindrical-coordinate representation of color #594FFB: hue angle of 243.49º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #594FFB is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 79 | 251 | - |
| CMYK | 0.65 | 0.69 | 0 | 0.02 |
| HSL | 243.49º | 0.96% | 0.65% | - |
| HSV(B) | 243.49º | 0.69% | 0.98% | - |
| XYZ | 24.33 | 14.68 | 92.82 | - |
| YUV | 101.6 | 212.31 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 79 | 251 | 0.65 | 0.69 | 0 | 0.02 | 243.49 | 0.96 | 0.65 |
| Hex | 59 | 4F | FB | 41 | 45 | 0 | 2 | F3 | 60 | 41 |
| Octal | 131 | 117 | 373 | 101 | 105 | 0 | 2 | 363 | 140 | 101 |
| Binary | 1011001 | 1001111 | 11111011 | 1000001 | 1000101 | 0 | 10 | 11110011 | 1100000 | 1000001 |
Color Harmonies of #594FFB
Complementary color
Monochromatic Colors of #594FFB
Black with #594FFB
Text Example
Text Example
White with #594FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594FFB; }
p { color: rgb(89,79,251); }
H1.HeaderClassName
{
color: #594FFB;
}
.AnyTagClassName
{
color: #594FFB;
}
</style>
background-color css
<style>
a { background-color: #594FFB; }
a { background-color: rgb(89,79,251); }
div.DivClassName
{
background-color: #594FFB;
}
.BgClassName
{
background-color: #594FFB;
}
</style>
border-color css
<style>
span { border-color: #594FFB; }
span { border-color: rgb(89,79,251); }
td.TdClassName
{
border-color: #594FFB;
}
.TagClassName
{
border-color: #594FFB;
}
</style>