Shades of Neon Blue #5852EE
Tints of Neon Blue #5852EE
RGB
CMYK
RGB Variations
Color information
#5852EE (or 0x5852EE) is known color: Neon Blue. HEX triplet: 58, 52 and EE. RGB value is (88,82,238). Sum of RGB (Red+Green+Blue) = 88+82+238=408 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.57% from 408); Green value is 82 (32.42% from 255 or 20.10% from 408); Blue value is 238 (93.36% from 255 or 58.33% from 408); Max value from RGB is 238 - color contains mainly: blue. Hex color #5852EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5852EE is #A7AD11. Grayscale: #646464. Windows color (decimal): -10988818 or 15618648. OLE color: 15618648.
HSL color Cylindrical-coordinate representation of color #5852EE: hue angle of 242.31º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5852EE is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 82 | 238 | - |
| CMYK | 0.63 | 0.66 | 0 | 0.07 |
| HSL | 242.31º | 0.82% | 0.63% | - |
| HSV(B) | 242.31º | 0.66% | 0.93% | - |
| XYZ | 22.47 | 14.28 | 82.46 | - |
| YUV | 101.58 | 204.99 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 82 | 238 | 0.63 | 0.66 | 0 | 0.07 | 242.31 | 0.82 | 0.63 |
| Hex | 58 | 52 | EE | 3F | 42 | 0 | 7 | F2 | 52 | 3F |
| Octal | 130 | 122 | 356 | 77 | 102 | 0 | 7 | 362 | 122 | 77 |
| Binary | 1011000 | 1010010 | 11101110 | 111111 | 1000010 | 0 | 111 | 11110010 | 1010010 | 111111 |
Color Harmonies of #5852EE
Complementary color
Monochromatic Colors of #5852EE
Black with #5852EE
Text Example
Text Example
White with #5852EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5852EE; }
p { color: rgb(88,82,238); }
H1.HeaderClassName
{
color: #5852EE;
}
.AnyTagClassName
{
color: #5852EE;
}
</style>
background-color css
<style>
a { background-color: #5852EE; }
a { background-color: rgb(88,82,238); }
div.DivClassName
{
background-color: #5852EE;
}
.BgClassName
{
background-color: #5852EE;
}
</style>
border-color css
<style>
span { border-color: #5852EE; }
span { border-color: rgb(88,82,238); }
td.TdClassName
{
border-color: #5852EE;
}
.TagClassName
{
border-color: #5852EE;
}
</style>