Shades of Neon Blue #595CFD
Tints of Neon Blue #595CFD
RGB
CMYK
RGB Variations
Color information
#595CFD (or 0x595CFD) is known color: Neon Blue. HEX triplet: 59, 5C and FD. RGB value is (89,92,253). Sum of RGB (Red+Green+Blue) = 89+92+253=434 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.51% from 434); Green value is 92 (36.33% from 255 or 21.20% from 434); Blue value is 253 (99.22% from 255 or 58.29% from 434); Max value from RGB is 253 - color contains mainly: blue. Hex color #595CFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595CFD is #A6A302. Grayscale: #6C6C6C. Windows color (decimal): -10920707 or 16604249. OLE color: 16604249.
HSL color Cylindrical-coordinate representation of color #595CFD: hue angle of 238.9º 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 #595CFD is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 92 | 253 | - |
| CMYK | 0.65 | 0.64 | 0 | 0.01 |
| HSL | 238.9º | 0.98% | 0.67% | - |
| HSV(B) | 238.9º | 0.65% | 0.99% | - |
| XYZ | 25.68 | 16.87 | 94.83 | - |
| YUV | 109.46 | 209.01 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 253 | 0.65 | 0.64 | 0 | 0.01 | 238.9 | 0.98 | 0.67 |
| Hex | 59 | 5C | FD | 41 | 40 | 0 | 1 | EF | 62 | 43 |
| Octal | 131 | 134 | 375 | 101 | 100 | 0 | 1 | 357 | 142 | 103 |
| Binary | 1011001 | 1011100 | 11111101 | 1000001 | 1000000 | 0 | 1 | 11101111 | 1100010 | 1000011 |
Color Harmonies of #595CFD
Complementary color
Monochromatic Colors of #595CFD
Black with #595CFD
Text Example
Text Example
White with #595CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595CFD; }
p { color: rgb(89,92,253); }
H1.HeaderClassName
{
color: #595CFD;
}
.AnyTagClassName
{
color: #595CFD;
}
</style>
background-color css
<style>
a { background-color: #595CFD; }
a { background-color: rgb(89,92,253); }
div.DivClassName
{
background-color: #595CFD;
}
.BgClassName
{
background-color: #595CFD;
}
</style>
border-color css
<style>
span { border-color: #595CFD; }
span { border-color: rgb(89,92,253); }
td.TdClassName
{
border-color: #595CFD;
}
.TagClassName
{
border-color: #595CFD;
}
</style>