Shades of Neon Blue #595CFA
Tints of Neon Blue #595CFA
RGB
CMYK
RGB Variations
Color information
#595CFA (or 0x595CFA) is known color: Neon Blue. HEX triplet: 59, 5C and FA. RGB value is (89,92,250). Sum of RGB (Red+Green+Blue) = 89+92+250=431 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.65% from 431); Green value is 92 (36.33% from 255 or 21.35% from 431); Blue value is 250 (98.05% from 255 or 58.00% from 431); Max value from RGB is 250 - color contains mainly: blue. Hex color #595CFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595CFA is #A6A305. Grayscale: #6C6C6C. Windows color (decimal): -10920710 or 16407641. OLE color: 16407641.
HSL color Cylindrical-coordinate representation of color #595CFA: hue angle of 238.88º 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 #595CFA is Cyan = 0.64, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 92 | 250 | - |
| CMYK | 0.64 | 0.63 | 0 | 0.02 |
| HSL | 238.88º | 0.94% | 0.66% | - |
| HSV(B) | 238.88º | 0.64% | 0.98% | - |
| XYZ | 25.2 | 16.68 | 92.33 | - |
| YUV | 109.12 | 207.51 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 250 | 0.64 | 0.63 | 0 | 0.02 | 238.88 | 0.94 | 0.66 |
| Hex | 59 | 5C | FA | 40 | 3F | 0 | 2 | EF | 5E | 42 |
| Octal | 131 | 134 | 372 | 100 | 77 | 0 | 2 | 357 | 136 | 102 |
| Binary | 1011001 | 1011100 | 11111010 | 1000000 | 111111 | 0 | 10 | 11101111 | 1011110 | 1000010 |
Color Harmonies of #595CFA
Complementary color
Monochromatic Colors of #595CFA
Black with #595CFA
Text Example
Text Example
White with #595CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595CFA; }
p { color: rgb(89,92,250); }
H1.HeaderClassName
{
color: #595CFA;
}
.AnyTagClassName
{
color: #595CFA;
}
</style>
background-color css
<style>
a { background-color: #595CFA; }
a { background-color: rgb(89,92,250); }
div.DivClassName
{
background-color: #595CFA;
}
.BgClassName
{
background-color: #595CFA;
}
</style>
border-color css
<style>
span { border-color: #595CFA; }
span { border-color: rgb(89,92,250); }
td.TdClassName
{
border-color: #595CFA;
}
.TagClassName
{
border-color: #595CFA;
}
</style>