Shades of Neon Blue #4149EF
Tints of Neon Blue #4149EF
RGB
CMYK
RGB Variations
Color information
#4149EF (or 0x4149EF) is known color: Neon Blue. HEX triplet: 41, 49 and EF. RGB value is (65,73,239). Sum of RGB (Red+Green+Blue) = 65+73+239=377 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.24% from 377); Green value is 73 (28.91% from 255 or 19.36% from 377); Blue value is 239 (93.75% from 255 or 63.40% from 377); Max value from RGB is 239 - color contains mainly: blue. Hex color #4149EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4149EF is #BEB610. Grayscale: #585858. Windows color (decimal): -12498449 or 15681857. OLE color: 15681857.
HSL color Cylindrical-coordinate representation of color #4149EF: hue angle of 237.24º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4149EF is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 65 | 73 | 239 | - |
| CMYK | 0.73 | 0.69 | 0 | 0.06 |
| HSL | 237.24º | 0.84% | 0.6% | - |
| HSV(B) | 237.24º | 0.73% | 0.94% | - |
| XYZ | 20.14 | 12.12 | 82.94 | - |
| YUV | 89.53 | 212.35 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 73 | 239 | 0.73 | 0.69 | 0 | 0.06 | 237.24 | 0.84 | 0.6 |
| Hex | 41 | 49 | EF | 49 | 45 | 0 | 6 | ED | 54 | 3C |
| Octal | 101 | 111 | 357 | 111 | 105 | 0 | 6 | 355 | 124 | 74 |
| Binary | 1000001 | 1001001 | 11101111 | 1001001 | 1000101 | 0 | 110 | 11101101 | 1010100 | 111100 |
Color Harmonies of #4149EF
Complementary color
Monochromatic Colors of #4149EF
Black with #4149EF
Text Example
Text Example
White with #4149EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4149EF; }
p { color: rgb(65,73,239); }
H1.HeaderClassName
{
color: #4149EF;
}
.AnyTagClassName
{
color: #4149EF;
}
</style>
background-color css
<style>
a { background-color: #4149EF; }
a { background-color: rgb(65,73,239); }
div.DivClassName
{
background-color: #4149EF;
}
.BgClassName
{
background-color: #4149EF;
}
</style>
border-color css
<style>
span { border-color: #4149EF; }
span { border-color: rgb(65,73,239); }
td.TdClassName
{
border-color: #4149EF;
}
.TagClassName
{
border-color: #4149EF;
}
</style>