Shades of Neon Blue #5352EF
Tints of Neon Blue #5352EF
RGB
CMYK
RGB Variations
Color information
#5352EF (or 0x5352EF) is known color: Neon Blue. HEX triplet: 53, 52 and EF. RGB value is (83,82,239). Sum of RGB (Red+Green+Blue) = 83+82+239=404 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.54% from 404); Green value is 82 (32.42% from 255 or 20.30% from 404); Blue value is 239 (93.75% from 255 or 59.16% from 404); Max value from RGB is 239 - color contains mainly: blue. Hex color #5352EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5352EF is #ACAD10. Grayscale: #636363. Windows color (decimal): -11316497 or 15684179. OLE color: 15684179.
HSL color Cylindrical-coordinate representation of color #5352EF: hue angle of 240.38º 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 #5352EF is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 83 | 82 | 239 | - |
| CMYK | 0.65 | 0.66 | 0 | 0.06 |
| HSL | 240.38º | 0.83% | 0.63% | - |
| HSV(B) | 240.38º | 0.66% | 0.94% | - |
| XYZ | 22.16 | 14.11 | 83.22 | - |
| YUV | 100.2 | 206.33 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 82 | 239 | 0.65 | 0.66 | 0 | 0.06 | 240.38 | 0.83 | 0.63 |
| Hex | 53 | 52 | EF | 41 | 42 | 0 | 6 | F0 | 53 | 3F |
| Octal | 123 | 122 | 357 | 101 | 102 | 0 | 6 | 360 | 123 | 77 |
| Binary | 1010011 | 1010010 | 11101111 | 1000001 | 1000010 | 0 | 110 | 11110000 | 1010011 | 111111 |
Color Harmonies of #5352EF
Complementary color
Monochromatic Colors of #5352EF
Black with #5352EF
Text Example
Text Example
White with #5352EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5352EF; }
p { color: rgb(83,82,239); }
H1.HeaderClassName
{
color: #5352EF;
}
.AnyTagClassName
{
color: #5352EF;
}
</style>
background-color css
<style>
a { background-color: #5352EF; }
a { background-color: rgb(83,82,239); }
div.DivClassName
{
background-color: #5352EF;
}
.BgClassName
{
background-color: #5352EF;
}
</style>
border-color css
<style>
span { border-color: #5352EF; }
span { border-color: rgb(83,82,239); }
td.TdClassName
{
border-color: #5352EF;
}
.TagClassName
{
border-color: #5352EF;
}
</style>