Shades of Neon Blue #594EFD
Tints of Neon Blue #594EFD
RGB
CMYK
RGB Variations
Color information
#594EFD (or 0x594EFD) is known color: Neon Blue. HEX triplet: 59, 4E and FD. RGB value is (89,78,253). Sum of RGB (Red+Green+Blue) = 89+78+253=420 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.19% from 420); Green value is 78 (30.86% from 255 or 18.57% from 420); Blue value is 253 (99.22% from 255 or 60.24% from 420); Max value from RGB is 253 - color contains mainly: blue. Hex color #594EFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #594EFD is #A6B102. Grayscale: #646464. Windows color (decimal): -10924291 or 16600665. OLE color: 16600665.
HSL color Cylindrical-coordinate representation of color #594EFD: hue angle of 243.77º degrees, saturation: 0.98, 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 #594EFD is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 78 | 253 | - |
| CMYK | 0.65 | 0.69 | 0 | 0.01 |
| HSL | 243.77º | 0.98% | 0.65% | - |
| HSV(B) | 243.77º | 0.69% | 0.99% | - |
| XYZ | 24.57 | 14.66 | 94.46 | - |
| YUV | 101.24 | 213.64 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 78 | 253 | 0.65 | 0.69 | 0 | 0.01 | 243.77 | 0.98 | 0.65 |
| Hex | 59 | 4E | FD | 41 | 45 | 0 | 1 | F4 | 62 | 41 |
| Octal | 131 | 116 | 375 | 101 | 105 | 0 | 1 | 364 | 142 | 101 |
| Binary | 1011001 | 1001110 | 11111101 | 1000001 | 1000101 | 0 | 1 | 11110100 | 1100010 | 1000001 |
Color Harmonies of #594EFD
Complementary color
Monochromatic Colors of #594EFD
Black with #594EFD
Text Example
Text Example
White with #594EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594EFD; }
p { color: rgb(89,78,253); }
H1.HeaderClassName
{
color: #594EFD;
}
.AnyTagClassName
{
color: #594EFD;
}
</style>
background-color css
<style>
a { background-color: #594EFD; }
a { background-color: rgb(89,78,253); }
div.DivClassName
{
background-color: #594EFD;
}
.BgClassName
{
background-color: #594EFD;
}
</style>
border-color css
<style>
span { border-color: #594EFD; }
span { border-color: rgb(89,78,253); }
td.TdClassName
{
border-color: #594EFD;
}
.TagClassName
{
border-color: #594EFD;
}
</style>