Shades of Neon Blue #596FFE
Tints of Neon Blue #596FFE
RGB
CMYK
RGB Variations
Color information
#596FFE (or 0x596FFE) is known color: Neon Blue. HEX triplet: 59, 6F and FE. RGB value is (89,111,254). Sum of RGB (Red+Green+Blue) = 89+111+254=454 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.60% from 454); Green value is 111 (43.75% from 255 or 24.45% from 454); Blue value is 254 (99.61% from 255 or 55.95% from 454); Max value from RGB is 254 - color contains mainly: blue. Hex color #596FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #596FFE is #A69001. Grayscale: #787878. Windows color (decimal): -10915842 or 16674649. OLE color: 16674649.
HSL color Cylindrical-coordinate representation of color #596FFE: hue angle of 232º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #596FFE is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 89 | 111 | 254 | - |
| CMYK | 0.65 | 0.56 | 0 | 0.00 |
| HSL | 232º | 0.99% | 0.67% | - |
| HSV(B) | 232º | 0.65% | 1% | - |
| XYZ | 27.69 | 20.65 | 96.29 | - |
| YUV | 120.72 | 203.21 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 111 | 254 | 0.65 | 0.56 | 0 | 0.00 | 232 | 0.99 | 0.67 |
| Hex | 59 | 6F | FE | 41 | 38 | 0 | 0 | E8 | 63 | 43 |
| Octal | 131 | 157 | 376 | 101 | 70 | 0 | 0 | 350 | 143 | 103 |
| Binary | 1011001 | 1101111 | 11111110 | 1000001 | 111000 | 0 | 0 | 11101000 | 1100011 | 1000011 |
Color Harmonies of #596FFE
Complementary color
Monochromatic Colors of #596FFE
Black with #596FFE
Text Example
Text Example
White with #596FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596FFE; }
p { color: rgb(89,111,254); }
H1.HeaderClassName
{
color: #596FFE;
}
.AnyTagClassName
{
color: #596FFE;
}
</style>
background-color css
<style>
a { background-color: #596FFE; }
a { background-color: rgb(89,111,254); }
div.DivClassName
{
background-color: #596FFE;
}
.BgClassName
{
background-color: #596FFE;
}
</style>
border-color css
<style>
span { border-color: #596FFE; }
span { border-color: rgb(89,111,254); }
td.TdClassName
{
border-color: #596FFE;
}
.TagClassName
{
border-color: #596FFE;
}
</style>