Shades of Neon Blue #5341EC
Tints of Neon Blue #5341EC
RGB
CMYK
RGB Variations
Color information
#5341EC (or 0x5341EC) is known color: Neon Blue. HEX triplet: 53, 41 and EC. RGB value is (83,65,236). Sum of RGB (Red+Green+Blue) = 83+65+236=384 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.61% from 384); Green value is 65 (25.78% from 255 or 16.93% from 384); Blue value is 236 (92.58% from 255 or 61.46% from 384); Max value from RGB is 236 - color contains mainly: blue. Hex color #5341EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5341EC is #ACBE13. Grayscale: #595959. Windows color (decimal): -11320852 or 15483219. OLE color: 15483219.
HSL color Cylindrical-coordinate representation of color #5341EC: hue angle of 246.32º 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 #5341EC is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 65 | 236 | - |
| CMYK | 0.65 | 0.72 | 0 | 0.07 |
| HSL | 246.32º | 0.82% | 0.59% | - |
| HSV(B) | 246.32º | 0.72% | 0.93% | - |
| XYZ | 20.6 | 11.68 | 80.52 | - |
| YUV | 89.88 | 210.46 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 65 | 236 | 0.65 | 0.72 | 0 | 0.07 | 246.32 | 0.82 | 0.59 |
| Hex | 53 | 41 | EC | 41 | 48 | 0 | 7 | F6 | 52 | 3B |
| Octal | 123 | 101 | 354 | 101 | 110 | 0 | 7 | 366 | 122 | 73 |
| Binary | 1010011 | 1000001 | 11101100 | 1000001 | 1001000 | 0 | 111 | 11110110 | 1010010 | 111011 |
Color Harmonies of #5341EC
Complementary color
Monochromatic Colors of #5341EC
Black with #5341EC
Text Example
Text Example
White with #5341EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5341EC; }
p { color: rgb(83,65,236); }
H1.HeaderClassName
{
color: #5341EC;
}
.AnyTagClassName
{
color: #5341EC;
}
</style>
background-color css
<style>
a { background-color: #5341EC; }
a { background-color: rgb(83,65,236); }
div.DivClassName
{
background-color: #5341EC;
}
.BgClassName
{
background-color: #5341EC;
}
</style>
border-color css
<style>
span { border-color: #5341EC; }
span { border-color: rgb(83,65,236); }
td.TdClassName
{
border-color: #5341EC;
}
.TagClassName
{
border-color: #5341EC;
}
</style>