Shades of Neon Blue #595FEF
Tints of Neon Blue #595FEF
RGB
CMYK
RGB Variations
Color information
#595FEF (or 0x595FEF) is known color: Neon Blue. HEX triplet: 59, 5F and EF. RGB value is (89,95,239). Sum of RGB (Red+Green+Blue) = 89+95+239=423 (56% of max value = 765). Red value is 89 (35.16% from 255 or 21.04% from 423); Green value is 95 (37.5% from 255 or 22.46% from 423); Blue value is 239 (93.75% from 255 or 56.50% from 423); Max value from RGB is 239 - color contains mainly: blue. Hex color #595FEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595FEF is #A6A010. Grayscale: #6D6D6D. Windows color (decimal): -10919953 or 15687513. OLE color: 15687513.
HSL color Cylindrical-coordinate representation of color #595FEF: hue angle of 237.6º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #595FEF is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 89 | 95 | 239 | - |
| CMYK | 0.63 | 0.60 | 0 | 0.06 |
| HSL | 237.6º | 0.82% | 0.64% | - |
| HSV(B) | 237.6º | 0.63% | 0.94% | - |
| XYZ | 23.79 | 16.54 | 83.6 | - |
| YUV | 109.62 | 201.01 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 95 | 239 | 0.63 | 0.60 | 0 | 0.06 | 237.6 | 0.82 | 0.64 |
| Hex | 59 | 5F | EF | 3F | 3C | 0 | 6 | EE | 52 | 40 |
| Octal | 131 | 137 | 357 | 77 | 74 | 0 | 6 | 356 | 122 | 100 |
| Binary | 1011001 | 1011111 | 11101111 | 111111 | 111100 | 0 | 110 | 11101110 | 1010010 | 1000000 |
Color Harmonies of #595FEF
Complementary color
Monochromatic Colors of #595FEF
Black with #595FEF
Text Example
Text Example
White with #595FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595FEF; }
p { color: rgb(89,95,239); }
H1.HeaderClassName
{
color: #595FEF;
}
.AnyTagClassName
{
color: #595FEF;
}
</style>
background-color css
<style>
a { background-color: #595FEF; }
a { background-color: rgb(89,95,239); }
div.DivClassName
{
background-color: #595FEF;
}
.BgClassName
{
background-color: #595FEF;
}
</style>
border-color css
<style>
span { border-color: #595FEF; }
span { border-color: rgb(89,95,239); }
td.TdClassName
{
border-color: #595FEF;
}
.TagClassName
{
border-color: #595FEF;
}
</style>