Shades of Neon Blue #595BFB
Tints of Neon Blue #595BFB
RGB
CMYK
RGB Variations
Color information
#595BFB (or 0x595BFB) is known color: Neon Blue. HEX triplet: 59, 5B and FB. RGB value is (89,91,251). Sum of RGB (Red+Green+Blue) = 89+91+251=431 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.65% from 431); Green value is 91 (35.94% from 255 or 21.11% from 431); Blue value is 251 (98.44% from 255 or 58.24% from 431); Max value from RGB is 251 - color contains mainly: blue. Hex color #595BFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595BFB is #A6A404. Grayscale: #6C6C6C. Windows color (decimal): -10920965 or 16472921. OLE color: 16472921.
HSL color Cylindrical-coordinate representation of color #595BFB: hue angle of 239.26º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #595BFB is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 91 | 251 | - |
| CMYK | 0.65 | 0.64 | 0 | 0.02 |
| HSL | 239.26º | 0.95% | 0.67% | - |
| HSV(B) | 239.26º | 0.65% | 0.98% | - |
| XYZ | 25.27 | 16.57 | 93.13 | - |
| YUV | 108.64 | 208.34 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 91 | 251 | 0.65 | 0.64 | 0 | 0.02 | 239.26 | 0.95 | 0.67 |
| Hex | 59 | 5B | FB | 41 | 40 | 0 | 2 | EF | 5F | 43 |
| Octal | 131 | 133 | 373 | 101 | 100 | 0 | 2 | 357 | 137 | 103 |
| Binary | 1011001 | 1011011 | 11111011 | 1000001 | 1000000 | 0 | 10 | 11101111 | 1011111 | 1000011 |
Color Harmonies of #595BFB
Complementary color
Monochromatic Colors of #595BFB
Black with #595BFB
Text Example
Text Example
White with #595BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595BFB; }
p { color: rgb(89,91,251); }
H1.HeaderClassName
{
color: #595BFB;
}
.AnyTagClassName
{
color: #595BFB;
}
</style>
background-color css
<style>
a { background-color: #595BFB; }
a { background-color: rgb(89,91,251); }
div.DivClassName
{
background-color: #595BFB;
}
.BgClassName
{
background-color: #595BFB;
}
</style>
border-color css
<style>
span { border-color: #595BFB; }
span { border-color: rgb(89,91,251); }
td.TdClassName
{
border-color: #595BFB;
}
.TagClassName
{
border-color: #595BFB;
}
</style>