Shades of Neon Blue #4149EC
Tints of Neon Blue #4149EC
RGB
CMYK
RGB Variations
Color information
#4149EC (or 0x4149EC) is known color: Neon Blue. HEX triplet: 41, 49 and EC. RGB value is (65,73,236). Sum of RGB (Red+Green+Blue) = 65+73+236=374 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.38% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 236 (92.58% from 255 or 63.10% from 374); Max value from RGB is 236 - color contains mainly: blue. Hex color #4149EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4149EC is #BEB613. Grayscale: #585858. Windows color (decimal): -12498452 or 15485249. OLE color: 15485249.
HSL color Cylindrical-coordinate representation of color #4149EC: hue angle of 237.19º 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 #4149EC is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 73 | 236 | - |
| CMYK | 0.72 | 0.69 | 0 | 0.07 |
| HSL | 237.19º | 0.82% | 0.59% | - |
| HSV(B) | 237.19º | 0.72% | 0.93% | - |
| XYZ | 19.7 | 11.95 | 80.62 | - |
| YUV | 89.19 | 210.85 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 73 | 236 | 0.72 | 0.69 | 0 | 0.07 | 237.19 | 0.82 | 0.59 |
| Hex | 41 | 49 | EC | 48 | 45 | 0 | 7 | ED | 52 | 3B |
| Octal | 101 | 111 | 354 | 110 | 105 | 0 | 7 | 355 | 122 | 73 |
| Binary | 1000001 | 1001001 | 11101100 | 1001000 | 1000101 | 0 | 111 | 11101101 | 1010010 | 111011 |
Color Harmonies of #4149EC
Complementary color
Monochromatic Colors of #4149EC
Black with #4149EC
Text Example
Text Example
White with #4149EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4149EC; }
p { color: rgb(65,73,236); }
H1.HeaderClassName
{
color: #4149EC;
}
.AnyTagClassName
{
color: #4149EC;
}
</style>
background-color css
<style>
a { background-color: #4149EC; }
a { background-color: rgb(65,73,236); }
div.DivClassName
{
background-color: #4149EC;
}
.BgClassName
{
background-color: #4149EC;
}
</style>
border-color css
<style>
span { border-color: #4149EC; }
span { border-color: rgb(65,73,236); }
td.TdClassName
{
border-color: #4149EC;
}
.TagClassName
{
border-color: #4149EC;
}
</style>