Shades of Neon Blue #5342EC
Tints of Neon Blue #5342EC
RGB
CMYK
RGB Variations
Color information
#5342EC (or 0x5342EC) is known color: Neon Blue. HEX triplet: 53, 42 and EC. RGB value is (83,66,236). Sum of RGB (Red+Green+Blue) = 83+66+236=385 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.56% from 385); Green value is 66 (26.17% from 255 or 17.14% from 385); Blue value is 236 (92.58% from 255 or 61.30% from 385); Max value from RGB is 236 - color contains mainly: blue. Hex color #5342EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5342EC is #ACBD13. Grayscale: #595959. Windows color (decimal): -11320596 or 15483475. OLE color: 15483475.
HSL color Cylindrical-coordinate representation of color #5342EC: hue angle of 246º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5342EC is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 66 | 236 | - |
| CMYK | 0.65 | 0.72 | 0 | 0.07 |
| HSL | 246º | 0.82% | 0.59% | - |
| HSV(B) | 246º | 0.72% | 0.93% | - |
| XYZ | 20.66 | 11.79 | 80.54 | - |
| YUV | 90.46 | 210.13 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 66 | 236 | 0.65 | 0.72 | 0 | 0.07 | 246 | 0.82 | 0.59 |
| Hex | 53 | 42 | EC | 41 | 48 | 0 | 7 | F6 | 52 | 3B |
| Octal | 123 | 102 | 354 | 101 | 110 | 0 | 7 | 366 | 122 | 73 |
| Binary | 1010011 | 1000010 | 11101100 | 1000001 | 1001000 | 0 | 111 | 11110110 | 1010010 | 111011 |
Color Harmonies of #5342EC
Complementary color
Monochromatic Colors of #5342EC
Black with #5342EC
Text Example
Text Example
White with #5342EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5342EC; }
p { color: rgb(83,66,236); }
H1.HeaderClassName
{
color: #5342EC;
}
.AnyTagClassName
{
color: #5342EC;
}
</style>
background-color css
<style>
a { background-color: #5342EC; }
a { background-color: rgb(83,66,236); }
div.DivClassName
{
background-color: #5342EC;
}
.BgClassName
{
background-color: #5342EC;
}
</style>
border-color css
<style>
span { border-color: #5342EC; }
span { border-color: rgb(83,66,236); }
td.TdClassName
{
border-color: #5342EC;
}
.TagClassName
{
border-color: #5342EC;
}
</style>