Shades of Neon Blue #5857F6
Tints of Neon Blue #5857F6
RGB
CMYK
RGB Variations
Color information
#5857F6 (or 0x5857F6) is known color: Neon Blue. HEX triplet: 58, 57 and F6. RGB value is (88,87,246). Sum of RGB (Red+Green+Blue) = 88+87+246=421 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.90% from 421); Green value is 87 (34.38% from 255 or 20.67% from 421); Blue value is 246 (96.48% from 255 or 58.43% from 421); Max value from RGB is 246 - color contains mainly: blue. Hex color #5857F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5857F6 is #A7A809. Grayscale: #686868. Windows color (decimal): -10987530 or 16144216. OLE color: 16144216.
HSL color Cylindrical-coordinate representation of color #5857F6: hue angle of 240.38º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5857F6 is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 88 | 87 | 246 | - |
| CMYK | 0.64 | 0.65 | 0 | 0.04 |
| HSL | 240.38º | 0.9% | 0.65% | - |
| HSV(B) | 240.38º | 0.65% | 0.96% | - |
| XYZ | 24.07 | 15.54 | 88.92 | - |
| YUV | 105.43 | 207.33 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 87 | 246 | 0.64 | 0.65 | 0 | 0.04 | 240.38 | 0.9 | 0.65 |
| Hex | 58 | 57 | F6 | 40 | 41 | 0 | 4 | F0 | 5A | 41 |
| Octal | 130 | 127 | 366 | 100 | 101 | 0 | 4 | 360 | 132 | 101 |
| Binary | 1011000 | 1010111 | 11110110 | 1000000 | 1000001 | 0 | 100 | 11110000 | 1011010 | 1000001 |
Color Harmonies of #5857F6
Complementary color
Monochromatic Colors of #5857F6
Black with #5857F6
Text Example
Text Example
White with #5857F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5857F6; }
p { color: rgb(88,87,246); }
H1.HeaderClassName
{
color: #5857F6;
}
.AnyTagClassName
{
color: #5857F6;
}
</style>
background-color css
<style>
a { background-color: #5857F6; }
a { background-color: rgb(88,87,246); }
div.DivClassName
{
background-color: #5857F6;
}
.BgClassName
{
background-color: #5857F6;
}
</style>
border-color css
<style>
span { border-color: #5857F6; }
span { border-color: rgb(88,87,246); }
td.TdClassName
{
border-color: #5857F6;
}
.TagClassName
{
border-color: #5857F6;
}
</style>