Shades of Neon Blue #595BF6
Tints of Neon Blue #595BF6
RGB
CMYK
RGB Variations
Color information
#595BF6 (or 0x595BF6) is known color: Neon Blue. HEX triplet: 59, 5B and F6. RGB value is (89,91,246). Sum of RGB (Red+Green+Blue) = 89+91+246=426 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.89% from 426); Green value is 91 (35.94% from 255 or 21.36% from 426); Blue value is 246 (96.48% from 255 or 57.75% from 426); Max value from RGB is 246 - color contains mainly: blue. Hex color #595BF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595BF6 is #A6A409. Grayscale: #6B6B6B. Windows color (decimal): -10920970 or 16145241. OLE color: 16145241.
HSL color Cylindrical-coordinate representation of color #595BF6: hue angle of 239.24º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #595BF6 is Cyan = 0.64, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 89 | 91 | 246 | - |
| CMYK | 0.64 | 0.63 | 0 | 0.04 |
| HSL | 239.24º | 0.9% | 0.66% | - |
| HSV(B) | 239.24º | 0.64% | 0.96% | - |
| XYZ | 24.5 | 16.26 | 89.04 | - |
| YUV | 108.07 | 205.84 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 91 | 246 | 0.64 | 0.63 | 0 | 0.04 | 239.24 | 0.9 | 0.66 |
| Hex | 59 | 5B | F6 | 40 | 3F | 0 | 4 | EF | 5A | 42 |
| Octal | 131 | 133 | 366 | 100 | 77 | 0 | 4 | 357 | 132 | 102 |
| Binary | 1011001 | 1011011 | 11110110 | 1000000 | 111111 | 0 | 100 | 11101111 | 1011010 | 1000010 |
Color Harmonies of #595BF6
Complementary color
Monochromatic Colors of #595BF6
Black with #595BF6
Text Example
Text Example
White with #595BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595BF6; }
p { color: rgb(89,91,246); }
H1.HeaderClassName
{
color: #595BF6;
}
.AnyTagClassName
{
color: #595BF6;
}
</style>
background-color css
<style>
a { background-color: #595BF6; }
a { background-color: rgb(89,91,246); }
div.DivClassName
{
background-color: #595BF6;
}
.BgClassName
{
background-color: #595BF6;
}
</style>
border-color css
<style>
span { border-color: #595BF6; }
span { border-color: rgb(89,91,246); }
td.TdClassName
{
border-color: #595BF6;
}
.TagClassName
{
border-color: #595BF6;
}
</style>