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