Shades of Neon Blue #595BFA
Tints of Neon Blue #595BFA
RGB
CMYK
RGB Variations
Color information
#595BFA (or 0x595BFA) is known color: Neon Blue. HEX triplet: 59, 5B and FA. RGB value is (89,91,250). Sum of RGB (Red+Green+Blue) = 89+91+250=430 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.70% from 430); Green value is 91 (35.94% from 255 or 21.16% from 430); Blue value is 250 (98.05% from 255 or 58.14% from 430); Max value from RGB is 250 - color contains mainly: blue. Hex color #595BFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595BFA is #A6A405. Grayscale: #6B6B6B. Windows color (decimal): -10920966 or 16407385. OLE color: 16407385.
HSL color Cylindrical-coordinate representation of color #595BFA: hue angle of 239.25º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #595BFA is Cyan = 0.64, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 91 | 250 | - |
| CMYK | 0.64 | 0.64 | 0 | 0.02 |
| HSL | 239.25º | 0.94% | 0.66% | - |
| HSV(B) | 239.25º | 0.64% | 0.98% | - |
| XYZ | 25.12 | 16.51 | 92.31 | - |
| YUV | 108.53 | 207.84 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 91 | 250 | 0.64 | 0.64 | 0 | 0.02 | 239.25 | 0.94 | 0.66 |
| Hex | 59 | 5B | FA | 40 | 40 | 0 | 2 | EF | 5E | 42 |
| Octal | 131 | 133 | 372 | 100 | 100 | 0 | 2 | 357 | 136 | 102 |
| Binary | 1011001 | 1011011 | 11111010 | 1000000 | 1000000 | 0 | 10 | 11101111 | 1011110 | 1000010 |
Color Harmonies of #595BFA
Complementary color
Monochromatic Colors of #595BFA
Black with #595BFA
Text Example
Text Example
White with #595BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595BFA; }
p { color: rgb(89,91,250); }
H1.HeaderClassName
{
color: #595BFA;
}
.AnyTagClassName
{
color: #595BFA;
}
</style>
background-color css
<style>
a { background-color: #595BFA; }
a { background-color: rgb(89,91,250); }
div.DivClassName
{
background-color: #595BFA;
}
.BgClassName
{
background-color: #595BFA;
}
</style>
border-color css
<style>
span { border-color: #595BFA; }
span { border-color: rgb(89,91,250); }
td.TdClassName
{
border-color: #595BFA;
}
.TagClassName
{
border-color: #595BFA;
}
</style>