Shades of Neon Blue #3541EE
Tints of Neon Blue #3541EE
RGB
CMYK
RGB Variations
Color information
#3541EE (or 0x3541EE) is known color: Neon Blue. HEX triplet: 35, 41 and EE. RGB value is (53,65,238). Sum of RGB (Red+Green+Blue) = 53+65+238=356 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.89% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 238 (93.36% from 255 or 66.85% from 356); Max value from RGB is 238 - color contains mainly: blue. Hex color #3541EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3541EE is #CABE11. Grayscale: #505050. Windows color (decimal): -13286930 or 15614261. OLE color: 15614261.
HSL color Cylindrical-coordinate representation of color #3541EE: hue angle of 236.11º degrees, saturation: 0.84, 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 #3541EE is Cyan = 0.78, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 53 | 65 | 238 | - |
| CMYK | 0.78 | 0.73 | 0 | 0.07 |
| HSL | 236.11º | 0.84% | 0.57% | - |
| HSV(B) | 236.11º | 0.78% | 0.93% | - |
| XYZ | 18.79 | 10.71 | 81.97 | - |
| YUV | 81.13 | 216.52 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 65 | 238 | 0.78 | 0.73 | 0 | 0.07 | 236.11 | 0.84 | 0.57 |
| Hex | 35 | 41 | EE | 4E | 49 | 0 | 7 | EC | 54 | 39 |
| Octal | 65 | 101 | 356 | 116 | 111 | 0 | 7 | 354 | 124 | 71 |
| Binary | 110101 | 1000001 | 11101110 | 1001110 | 1001001 | 0 | 111 | 11101100 | 1010100 | 111001 |
Color Harmonies of #3541EE
Complementary color
Monochromatic Colors of #3541EE
Black with #3541EE
Text Example
Text Example
White with #3541EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3541EE; }
p { color: rgb(53,65,238); }
H1.HeaderClassName
{
color: #3541EE;
}
.AnyTagClassName
{
color: #3541EE;
}
</style>
background-color css
<style>
a { background-color: #3541EE; }
a { background-color: rgb(53,65,238); }
div.DivClassName
{
background-color: #3541EE;
}
.BgClassName
{
background-color: #3541EE;
}
</style>
border-color css
<style>
span { border-color: #3541EE; }
span { border-color: rgb(53,65,238); }
td.TdClassName
{
border-color: #3541EE;
}
.TagClassName
{
border-color: #3541EE;
}
</style>