Shades of Neon Blue #5853FF
Tints of Neon Blue #5853FF
RGB
CMYK
RGB Variations
Color information
#5853FF (or 0x5853FF) is known color: Neon Blue. HEX triplet: 58, 53 and FF. RGB value is (88,83,255). Sum of RGB (Red+Green+Blue) = 88+83+255=426 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.66% from 426); Green value is 83 (32.81% from 255 or 19.48% from 426); Blue value is 255 (100% from 255 or 59.86% from 426); Max value from RGB is 255 - color contains mainly: blue. Hex color #5853FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5853FF is #A7AC00. Grayscale: #676767. Windows color (decimal): -10988545 or 16733016. OLE color: 16733016.
HSL color Cylindrical-coordinate representation of color #5853FF: hue angle of 241.74º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5853FF is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 83 | 255 | - |
| CMYK | 0.65 | 0.67 | 0 | 0 |
| HSL | 241.74º | 1% | 0.66% | - |
| HSV(B) | 241.74º | 0.67% | 1% | - |
| XYZ | 25.17 | 15.48 | 96.27 | - |
| YUV | 104.1 | 213.16 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 83 | 255 | 0.65 | 0.67 | 0 | 0 | 241.74 | 1 | 0.66 |
| Hex | 58 | 53 | FF | 41 | 43 | 0 | 0 | F2 | 64 | 42 |
| Octal | 130 | 123 | 377 | 101 | 103 | 0 | 0 | 362 | 144 | 102 |
| Binary | 1011000 | 1010011 | 11111111 | 1000001 | 1000011 | 0 | 0 | 11110010 | 1100100 | 1000010 |
Color Harmonies of #5853FF
Complementary color
Monochromatic Colors of #5853FF
Black with #5853FF
Text Example
Text Example
White with #5853FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5853FF; }
p { color: rgb(88,83,255); }
H1.HeaderClassName
{
color: #5853FF;
}
.AnyTagClassName
{
color: #5853FF;
}
</style>
background-color css
<style>
a { background-color: #5853FF; }
a { background-color: rgb(88,83,255); }
div.DivClassName
{
background-color: #5853FF;
}
.BgClassName
{
background-color: #5853FF;
}
</style>
border-color css
<style>
span { border-color: #5853FF; }
span { border-color: rgb(88,83,255); }
td.TdClassName
{
border-color: #5853FF;
}
.TagClassName
{
border-color: #5853FF;
}
</style>