Shades of Neon Blue #595BFE
Tints of Neon Blue #595BFE
RGB
CMYK
RGB Variations
Color information
#595BFE (or 0x595BFE) is known color: Neon Blue. HEX triplet: 59, 5B and FE. RGB value is (89,91,254). Sum of RGB (Red+Green+Blue) = 89+91+254=434 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.51% from 434); Green value is 91 (35.94% from 255 or 20.97% from 434); Blue value is 254 (99.61% from 255 or 58.53% from 434); Max value from RGB is 254 - color contains mainly: blue. Hex color #595BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595BFE is #A6A401. Grayscale: #6C6C6C. Windows color (decimal): -10920962 or 16669529. OLE color: 16669529.
HSL color Cylindrical-coordinate representation of color #595BFE: hue angle of 239.27º 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 #595BFE is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 89 | 91 | 254 | - |
| CMYK | 0.65 | 0.64 | 0 | 0.00 |
| HSL | 239.27º | 0.99% | 0.67% | - |
| HSV(B) | 239.27º | 0.65% | 1% | - |
| XYZ | 25.75 | 16.76 | 95.64 | - |
| YUV | 108.98 | 209.84 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 91 | 254 | 0.65 | 0.64 | 0 | 0.00 | 239.27 | 0.99 | 0.67 |
| Hex | 59 | 5B | FE | 41 | 40 | 0 | 0 | EF | 63 | 43 |
| Octal | 131 | 133 | 376 | 101 | 100 | 0 | 0 | 357 | 143 | 103 |
| Binary | 1011001 | 1011011 | 11111110 | 1000001 | 1000000 | 0 | 0 | 11101111 | 1100011 | 1000011 |
Color Harmonies of #595BFE
Complementary color
Monochromatic Colors of #595BFE
Black with #595BFE
Text Example
Text Example
White with #595BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595BFE; }
p { color: rgb(89,91,254); }
H1.HeaderClassName
{
color: #595BFE;
}
.AnyTagClassName
{
color: #595BFE;
}
</style>
background-color css
<style>
a { background-color: #595BFE; }
a { background-color: rgb(89,91,254); }
div.DivClassName
{
background-color: #595BFE;
}
.BgClassName
{
background-color: #595BFE;
}
</style>
border-color css
<style>
span { border-color: #595BFE; }
span { border-color: rgb(89,91,254); }
td.TdClassName
{
border-color: #595BFE;
}
.TagClassName
{
border-color: #595BFE;
}
</style>