Shades of Neon Blue #5863FF
Tints of Neon Blue #5863FF
RGB
CMYK
RGB Variations
Color information
#5863FF (or 0x5863FF) is known color: Neon Blue. HEX triplet: 58, 63 and FF. RGB value is (88,99,255). Sum of RGB (Red+Green+Blue) = 88+99+255=442 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.91% from 442); Green value is 99 (39.06% from 255 or 22.40% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #5863FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5863FF is #A79C00. Grayscale: #707070. Windows color (decimal): -10984449 or 16737112. OLE color: 16737112.
HSL color Cylindrical-coordinate representation of color #5863FF: hue angle of 236.05º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5863FF is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 99 | 255 | - |
| CMYK | 0.65 | 0.61 | 0 | 0 |
| HSL | 236.05º | 1% | 0.67% | - |
| HSV(B) | 236.05º | 0.65% | 1% | - |
| XYZ | 26.54 | 18.22 | 96.73 | - |
| YUV | 113.5 | 207.86 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 99 | 255 | 0.65 | 0.61 | 0 | 0 | 236.05 | 1 | 0.67 |
| Hex | 58 | 63 | FF | 41 | 3D | 0 | 0 | EC | 64 | 43 |
| Octal | 130 | 143 | 377 | 101 | 75 | 0 | 0 | 354 | 144 | 103 |
| Binary | 1011000 | 1100011 | 11111111 | 1000001 | 111101 | 0 | 0 | 11101100 | 1100100 | 1000011 |
Color Harmonies of #5863FF
Complementary color
Monochromatic Colors of #5863FF
Black with #5863FF
Text Example
Text Example
White with #5863FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5863FF; }
p { color: rgb(88,99,255); }
H1.HeaderClassName
{
color: #5863FF;
}
.AnyTagClassName
{
color: #5863FF;
}
</style>
background-color css
<style>
a { background-color: #5863FF; }
a { background-color: rgb(88,99,255); }
div.DivClassName
{
background-color: #5863FF;
}
.BgClassName
{
background-color: #5863FF;
}
</style>
border-color css
<style>
span { border-color: #5863FF; }
span { border-color: rgb(88,99,255); }
td.TdClassName
{
border-color: #5863FF;
}
.TagClassName
{
border-color: #5863FF;
}
</style>