Shades of Neon Blue #595FFD
Tints of Neon Blue #595FFD
RGB
CMYK
RGB Variations
Color information
#595FFD (or 0x595FFD) is known color: Neon Blue. HEX triplet: 59, 5F and FD. RGB value is (89,95,253). Sum of RGB (Red+Green+Blue) = 89+95+253=437 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.37% from 437); Green value is 95 (37.5% from 255 or 21.74% from 437); Blue value is 253 (99.22% from 255 or 57.89% from 437); Max value from RGB is 253 - color contains mainly: blue. Hex color #595FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595FFD is #A6A002. Grayscale: #6E6E6E. Windows color (decimal): -10919939 or 16605017. OLE color: 16605017.
HSL color Cylindrical-coordinate representation of color #595FFD: hue angle of 237.8º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #595FFD is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 95 | 253 | - |
| CMYK | 0.65 | 0.62 | 0 | 0.01 |
| HSL | 237.8º | 0.98% | 0.67% | - |
| HSV(B) | 237.8º | 0.65% | 0.99% | - |
| XYZ | 25.94 | 17.4 | 94.92 | - |
| YUV | 111.22 | 208.01 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 95 | 253 | 0.65 | 0.62 | 0 | 0.01 | 237.8 | 0.98 | 0.67 |
| Hex | 59 | 5F | FD | 41 | 3E | 0 | 1 | EE | 62 | 43 |
| Octal | 131 | 137 | 375 | 101 | 76 | 0 | 1 | 356 | 142 | 103 |
| Binary | 1011001 | 1011111 | 11111101 | 1000001 | 111110 | 0 | 1 | 11101110 | 1100010 | 1000011 |
Color Harmonies of #595FFD
Complementary color
Monochromatic Colors of #595FFD
Black with #595FFD
Text Example
Text Example
White with #595FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595FFD; }
p { color: rgb(89,95,253); }
H1.HeaderClassName
{
color: #595FFD;
}
.AnyTagClassName
{
color: #595FFD;
}
</style>
background-color css
<style>
a { background-color: #595FFD; }
a { background-color: rgb(89,95,253); }
div.DivClassName
{
background-color: #595FFD;
}
.BgClassName
{
background-color: #595FFD;
}
</style>
border-color css
<style>
span { border-color: #595FFD; }
span { border-color: rgb(89,95,253); }
td.TdClassName
{
border-color: #595FFD;
}
.TagClassName
{
border-color: #595FFD;
}
</style>