Shades of Neon Blue #5852EF
Tints of Neon Blue #5852EF
RGB
CMYK
RGB Variations
Color information
#5852EF (or 0x5852EF) is known color: Neon Blue. HEX triplet: 58, 52 and EF. RGB value is (88,82,239). Sum of RGB (Red+Green+Blue) = 88+82+239=409 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.52% from 409); Green value is 82 (32.42% from 255 or 20.05% from 409); Blue value is 239 (93.75% from 255 or 58.44% from 409); Max value from RGB is 239 - color contains mainly: blue. Hex color #5852EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5852EF is #A7AD10. Grayscale: #656565. Windows color (decimal): -10988817 or 15684184. OLE color: 15684184.
HSL color Cylindrical-coordinate representation of color #5852EF: hue angle of 242.29º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5852EF is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 88 | 82 | 239 | - |
| CMYK | 0.63 | 0.66 | 0 | 0.06 |
| HSL | 242.29º | 0.83% | 0.63% | - |
| HSV(B) | 242.29º | 0.66% | 0.94% | - |
| XYZ | 22.62 | 14.34 | 83.24 | - |
| YUV | 101.69 | 205.49 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 82 | 239 | 0.63 | 0.66 | 0 | 0.06 | 242.29 | 0.83 | 0.63 |
| Hex | 58 | 52 | EF | 3F | 42 | 0 | 6 | F2 | 53 | 3F |
| Octal | 130 | 122 | 357 | 77 | 102 | 0 | 6 | 362 | 123 | 77 |
| Binary | 1011000 | 1010010 | 11101111 | 111111 | 1000010 | 0 | 110 | 11110010 | 1010011 | 111111 |
Color Harmonies of #5852EF
Complementary color
Monochromatic Colors of #5852EF
Black with #5852EF
Text Example
Text Example
White with #5852EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5852EF; }
p { color: rgb(88,82,239); }
H1.HeaderClassName
{
color: #5852EF;
}
.AnyTagClassName
{
color: #5852EF;
}
</style>
background-color css
<style>
a { background-color: #5852EF; }
a { background-color: rgb(88,82,239); }
div.DivClassName
{
background-color: #5852EF;
}
.BgClassName
{
background-color: #5852EF;
}
</style>
border-color css
<style>
span { border-color: #5852EF; }
span { border-color: rgb(88,82,239); }
td.TdClassName
{
border-color: #5852EF;
}
.TagClassName
{
border-color: #5852EF;
}
</style>