Shades of Neon Blue #5859FD
Tints of Neon Blue #5859FD
RGB
CMYK
RGB Variations
Color information
#5859FD (or 0x5859FD) is known color: Neon Blue. HEX triplet: 58, 59 and FD. RGB value is (88,89,253). Sum of RGB (Red+Green+Blue) = 88+89+253=430 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.47% from 430); Green value is 89 (35.16% from 255 or 20.70% from 430); Blue value is 253 (99.22% from 255 or 58.84% from 430); Max value from RGB is 253 - color contains mainly: blue. Hex color #5859FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5859FD is #A7A602. Grayscale: #6A6A6A. Windows color (decimal): -10987011 or 16603480. OLE color: 16603480.
HSL color Cylindrical-coordinate representation of color #5859FD: hue angle of 239.64º 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 #5859FD is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 88 | 89 | 253 | - |
| CMYK | 0.65 | 0.65 | 0 | 0.01 |
| HSL | 239.64º | 0.98% | 0.67% | - |
| HSV(B) | 239.64º | 0.65% | 0.99% | - |
| XYZ | 25.33 | 16.31 | 94.74 | - |
| YUV | 107.4 | 210.17 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 89 | 253 | 0.65 | 0.65 | 0 | 0.01 | 239.64 | 0.98 | 0.67 |
| Hex | 58 | 59 | FD | 41 | 41 | 0 | 1 | F0 | 62 | 43 |
| Octal | 130 | 131 | 375 | 101 | 101 | 0 | 1 | 360 | 142 | 103 |
| Binary | 1011000 | 1011001 | 11111101 | 1000001 | 1000001 | 0 | 1 | 11110000 | 1100010 | 1000011 |
Color Harmonies of #5859FD
Complementary color
Monochromatic Colors of #5859FD
Black with #5859FD
Text Example
Text Example
White with #5859FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5859FD; }
p { color: rgb(88,89,253); }
H1.HeaderClassName
{
color: #5859FD;
}
.AnyTagClassName
{
color: #5859FD;
}
</style>
background-color css
<style>
a { background-color: #5859FD; }
a { background-color: rgb(88,89,253); }
div.DivClassName
{
background-color: #5859FD;
}
.BgClassName
{
background-color: #5859FD;
}
</style>
border-color css
<style>
span { border-color: #5859FD; }
span { border-color: rgb(88,89,253); }
td.TdClassName
{
border-color: #5859FD;
}
.TagClassName
{
border-color: #5859FD;
}
</style>