Shades of Neon Blue #3541EC
Tints of Neon Blue #3541EC
RGB
CMYK
RGB Variations
Color information
#3541EC (or 0x3541EC) is known color: Neon Blue. HEX triplet: 35, 41 and EC. RGB value is (53,65,236). Sum of RGB (Red+Green+Blue) = 53+65+236=354 (46% of max value = 765). Red value is 53 (21.09% from 255 or 14.97% from 354); Green value is 65 (25.78% from 255 or 18.36% from 354); Blue value is 236 (92.58% from 255 or 66.67% from 354); Max value from RGB is 236 - color contains mainly: blue. Hex color #3541EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3541EC is #CABE13. Grayscale: #505050. Windows color (decimal): -13286932 or 15483189. OLE color: 15483189.
HSL color Cylindrical-coordinate representation of color #3541EC: hue angle of 236.07º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3541EC is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 53 | 65 | 236 | - |
| CMYK | 0.78 | 0.72 | 0 | 0.07 |
| HSL | 236.07º | 0.83% | 0.57% | - |
| HSV(B) | 236.07º | 0.78% | 0.93% | - |
| XYZ | 18.5 | 10.59 | 80.43 | - |
| YUV | 80.91 | 215.52 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 65 | 236 | 0.78 | 0.72 | 0 | 0.07 | 236.07 | 0.83 | 0.57 |
| Hex | 35 | 41 | EC | 4E | 48 | 0 | 7 | EC | 53 | 39 |
| Octal | 65 | 101 | 354 | 116 | 110 | 0 | 7 | 354 | 123 | 71 |
| Binary | 110101 | 1000001 | 11101100 | 1001110 | 1001000 | 0 | 111 | 11101100 | 1010011 | 111001 |
Color Harmonies of #3541EC
Complementary color
Monochromatic Colors of #3541EC
Black with #3541EC
Text Example
Text Example
White with #3541EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3541EC; }
p { color: rgb(53,65,236); }
H1.HeaderClassName
{
color: #3541EC;
}
.AnyTagClassName
{
color: #3541EC;
}
</style>
background-color css
<style>
a { background-color: #3541EC; }
a { background-color: rgb(53,65,236); }
div.DivClassName
{
background-color: #3541EC;
}
.BgClassName
{
background-color: #3541EC;
}
</style>
border-color css
<style>
span { border-color: #3541EC; }
span { border-color: rgb(53,65,236); }
td.TdClassName
{
border-color: #3541EC;
}
.TagClassName
{
border-color: #3541EC;
}
</style>