Shades of Neon Blue #5852FF
Tints of Neon Blue #5852FF
RGB
CMYK
RGB Variations
Color information
#5852FF (or 0x5852FF) is known color: Neon Blue. HEX triplet: 58, 52 and FF. RGB value is (88,82,255). Sum of RGB (Red+Green+Blue) = 88+82+255=425 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.71% from 425); Green value is 82 (32.42% from 255 or 19.29% from 425); Blue value is 255 (100% from 255 or 60% from 425); Max value from RGB is 255 - color contains mainly: blue. Hex color #5852FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5852FF is #A7AD00. Grayscale: #666666. Windows color (decimal): -10988801 or 16732760. OLE color: 16732760.
HSL color Cylindrical-coordinate representation of color #5852FF: hue angle of 242.08º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5852FF is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 82 | 255 | - |
| CMYK | 0.65 | 0.68 | 0 | 0 |
| HSL | 242.08º | 1% | 0.66% | - |
| HSV(B) | 242.08º | 0.68% | 1% | - |
| XYZ | 25.09 | 15.33 | 96.24 | - |
| YUV | 103.52 | 213.49 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 82 | 255 | 0.65 | 0.68 | 0 | 0 | 242.08 | 1 | 0.66 |
| Hex | 58 | 52 | FF | 41 | 44 | 0 | 0 | F2 | 64 | 42 |
| Octal | 130 | 122 | 377 | 101 | 104 | 0 | 0 | 362 | 144 | 102 |
| Binary | 1011000 | 1010010 | 11111111 | 1000001 | 1000100 | 0 | 0 | 11110010 | 1100100 | 1000010 |
Color Harmonies of #5852FF
Complementary color
Monochromatic Colors of #5852FF
Black with #5852FF
Text Example
Text Example
White with #5852FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5852FF; }
p { color: rgb(88,82,255); }
H1.HeaderClassName
{
color: #5852FF;
}
.AnyTagClassName
{
color: #5852FF;
}
</style>
background-color css
<style>
a { background-color: #5852FF; }
a { background-color: rgb(88,82,255); }
div.DivClassName
{
background-color: #5852FF;
}
.BgClassName
{
background-color: #5852FF;
}
</style>
border-color css
<style>
span { border-color: #5852FF; }
span { border-color: rgb(88,82,255); }
td.TdClassName
{
border-color: #5852FF;
}
.TagClassName
{
border-color: #5852FF;
}
</style>