Shades of Neon Blue #5855FC
Tints of Neon Blue #5855FC
RGB
CMYK
RGB Variations
Color information
#5855FC (or 0x5855FC) is known color: Neon Blue. HEX triplet: 58, 55 and FC. RGB value is (88,85,252). Sum of RGB (Red+Green+Blue) = 88+85+252=425 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.71% from 425); Green value is 85 (33.59% from 255 or 20% from 425); Blue value is 252 (98.83% from 255 or 59.29% from 425); Max value from RGB is 252 - color contains mainly: blue. Hex color #5855FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5855FC is #A7AA03. Grayscale: #686868. Windows color (decimal): -10988036 or 16536920. OLE color: 16536920.
HSL color Cylindrical-coordinate representation of color #5855FC: hue angle of 241.08º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5855FC is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 88 | 85 | 252 | - |
| CMYK | 0.65 | 0.66 | 0 | 0.01 |
| HSL | 241.08º | 0.97% | 0.66% | - |
| HSV(B) | 241.08º | 0.66% | 0.99% | - |
| XYZ | 24.84 | 15.6 | 93.8 | - |
| YUV | 104.94 | 210.99 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 85 | 252 | 0.65 | 0.66 | 0 | 0.01 | 241.08 | 0.97 | 0.66 |
| Hex | 58 | 55 | FC | 41 | 42 | 0 | 1 | F1 | 61 | 42 |
| Octal | 130 | 125 | 374 | 101 | 102 | 0 | 1 | 361 | 141 | 102 |
| Binary | 1011000 | 1010101 | 11111100 | 1000001 | 1000010 | 0 | 1 | 11110001 | 1100001 | 1000010 |
Color Harmonies of #5855FC
Complementary color
Monochromatic Colors of #5855FC
Black with #5855FC
Text Example
Text Example
White with #5855FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5855FC; }
p { color: rgb(88,85,252); }
H1.HeaderClassName
{
color: #5855FC;
}
.AnyTagClassName
{
color: #5855FC;
}
</style>
background-color css
<style>
a { background-color: #5855FC; }
a { background-color: rgb(88,85,252); }
div.DivClassName
{
background-color: #5855FC;
}
.BgClassName
{
background-color: #5855FC;
}
</style>
border-color css
<style>
span { border-color: #5855FC; }
span { border-color: rgb(88,85,252); }
td.TdClassName
{
border-color: #5855FC;
}
.TagClassName
{
border-color: #5855FC;
}
</style>