Shades of Neon Blue #5855F9
Tints of Neon Blue #5855F9
RGB
CMYK
RGB Variations
Color information
#5855F9 (or 0x5855F9) is known color: Neon Blue. HEX triplet: 58, 55 and F9. RGB value is (88,85,249). Sum of RGB (Red+Green+Blue) = 88+85+249=422 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.85% from 422); Green value is 85 (33.59% from 255 or 20.14% from 422); Blue value is 249 (97.66% from 255 or 59.00% from 422); Max value from RGB is 249 - color contains mainly: blue. Hex color #5855F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5855F9 is #A7AA06. Grayscale: #676767. Windows color (decimal): -10988039 or 16340312. OLE color: 16340312.
HSL color Cylindrical-coordinate representation of color #5855F9: hue angle of 241.1º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5855F9 is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 85 | 249 | - |
| CMYK | 0.65 | 0.66 | 0 | 0.02 |
| HSL | 241.1º | 0.93% | 0.65% | - |
| HSV(B) | 241.1º | 0.66% | 0.98% | - |
| XYZ | 24.37 | 15.41 | 91.31 | - |
| YUV | 104.59 | 209.49 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 85 | 249 | 0.65 | 0.66 | 0 | 0.02 | 241.1 | 0.93 | 0.65 |
| Hex | 58 | 55 | F9 | 41 | 42 | 0 | 2 | F1 | 5D | 41 |
| Octal | 130 | 125 | 371 | 101 | 102 | 0 | 2 | 361 | 135 | 101 |
| Binary | 1011000 | 1010101 | 11111001 | 1000001 | 1000010 | 0 | 10 | 11110001 | 1011101 | 1000001 |
Color Harmonies of #5855F9
Complementary color
Monochromatic Colors of #5855F9
Black with #5855F9
Text Example
Text Example
White with #5855F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5855F9; }
p { color: rgb(88,85,249); }
H1.HeaderClassName
{
color: #5855F9;
}
.AnyTagClassName
{
color: #5855F9;
}
</style>
background-color css
<style>
a { background-color: #5855F9; }
a { background-color: rgb(88,85,249); }
div.DivClassName
{
background-color: #5855F9;
}
.BgClassName
{
background-color: #5855F9;
}
</style>
border-color css
<style>
span { border-color: #5855F9; }
span { border-color: rgb(88,85,249); }
td.TdClassName
{
border-color: #5855F9;
}
.TagClassName
{
border-color: #5855F9;
}
</style>