Shades of Neon Blue #5860FD
Tints of Neon Blue #5860FD
RGB
CMYK
RGB Variations
Color information
#5860FD (or 0x5860FD) is known color: Neon Blue. HEX triplet: 58, 60 and FD. RGB value is (88,96,253). Sum of RGB (Red+Green+Blue) = 88+96+253=437 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.14% from 437); Green value is 96 (37.89% from 255 or 21.97% 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 #5860FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5860FD is #A79F02. Grayscale: #6E6E6E. Windows color (decimal): -10985219 or 16605272. OLE color: 16605272.
HSL color Cylindrical-coordinate representation of color #5860FD: hue angle of 237.09º 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 #5860FD is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 88 | 96 | 253 | - |
| CMYK | 0.65 | 0.62 | 0 | 0.01 |
| HSL | 237.09º | 0.98% | 0.67% | - |
| HSV(B) | 237.09º | 0.65% | 0.99% | - |
| XYZ | 25.94 | 17.53 | 94.95 | - |
| YUV | 111.51 | 207.85 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 96 | 253 | 0.65 | 0.62 | 0 | 0.01 | 237.09 | 0.98 | 0.67 |
| Hex | 58 | 60 | FD | 41 | 3E | 0 | 1 | ED | 62 | 43 |
| Octal | 130 | 140 | 375 | 101 | 76 | 0 | 1 | 355 | 142 | 103 |
| Binary | 1011000 | 1100000 | 11111101 | 1000001 | 111110 | 0 | 1 | 11101101 | 1100010 | 1000011 |
Color Harmonies of #5860FD
Complementary color
Monochromatic Colors of #5860FD
Black with #5860FD
Text Example
Text Example
White with #5860FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5860FD; }
p { color: rgb(88,96,253); }
H1.HeaderClassName
{
color: #5860FD;
}
.AnyTagClassName
{
color: #5860FD;
}
</style>
background-color css
<style>
a { background-color: #5860FD; }
a { background-color: rgb(88,96,253); }
div.DivClassName
{
background-color: #5860FD;
}
.BgClassName
{
background-color: #5860FD;
}
</style>
border-color css
<style>
span { border-color: #5860FD; }
span { border-color: rgb(88,96,253); }
td.TdClassName
{
border-color: #5860FD;
}
.TagClassName
{
border-color: #5860FD;
}
</style>