Shades of Neon Blue #596BFE
Tints of Neon Blue #596BFE
RGB
CMYK
RGB Variations
Color information
#596BFE (or 0x596BFE) is known color: Neon Blue. HEX triplet: 59, 6B and FE. RGB value is (89,107,254). Sum of RGB (Red+Green+Blue) = 89+107+254=450 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.78% from 450); Green value is 107 (42.19% from 255 or 23.78% from 450); Blue value is 254 (99.61% from 255 or 56.44% from 450); Max value from RGB is 254 - color contains mainly: blue. Hex color #596BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #596BFE is #A69401. Grayscale: #757575. Windows color (decimal): -10916866 or 16673625. OLE color: 16673625.
HSL color Cylindrical-coordinate representation of color #596BFE: hue angle of 233.45º 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 #596BFE is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 89 | 107 | 254 | - |
| CMYK | 0.65 | 0.58 | 0 | 0.00 |
| HSL | 233.45º | 0.99% | 0.67% | - |
| HSV(B) | 233.45º | 0.65% | 1% | - |
| XYZ | 27.27 | 19.79 | 96.15 | - |
| YUV | 118.38 | 204.54 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 107 | 254 | 0.65 | 0.58 | 0 | 0.00 | 233.45 | 0.99 | 0.67 |
| Hex | 59 | 6B | FE | 41 | 3A | 0 | 0 | E9 | 63 | 43 |
| Octal | 131 | 153 | 376 | 101 | 72 | 0 | 0 | 351 | 143 | 103 |
| Binary | 1011001 | 1101011 | 11111110 | 1000001 | 111010 | 0 | 0 | 11101001 | 1100011 | 1000011 |
Color Harmonies of #596BFE
Complementary color
Monochromatic Colors of #596BFE
Black with #596BFE
Text Example
Text Example
White with #596BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596BFE; }
p { color: rgb(89,107,254); }
H1.HeaderClassName
{
color: #596BFE;
}
.AnyTagClassName
{
color: #596BFE;
}
</style>
background-color css
<style>
a { background-color: #596BFE; }
a { background-color: rgb(89,107,254); }
div.DivClassName
{
background-color: #596BFE;
}
.BgClassName
{
background-color: #596BFE;
}
</style>
border-color css
<style>
span { border-color: #596BFE; }
span { border-color: rgb(89,107,254); }
td.TdClassName
{
border-color: #596BFE;
}
.TagClassName
{
border-color: #596BFE;
}
</style>