Shades of Neon Blue #4447EC
Tints of Neon Blue #4447EC
RGB
CMYK
RGB Variations
Color information
#4447EC (or 0x4447EC) is known color: Neon Blue. HEX triplet: 44, 47 and EC. RGB value is (68,71,236). Sum of RGB (Red+Green+Blue) = 68+71+236=375 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.13% from 375); Green value is 71 (28.12% from 255 or 18.93% from 375); Blue value is 236 (92.58% from 255 or 62.93% from 375); Max value from RGB is 236 - color contains mainly: blue. Hex color #4447EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4447EC is #BBB813. Grayscale: #585858. Windows color (decimal): -12302356 or 15484740. OLE color: 15484740.
HSL color Cylindrical-coordinate representation of color #4447EC: hue angle of 238.93º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4447EC is Cyan = 0.71, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 71 | 236 | - |
| CMYK | 0.71 | 0.70 | 0 | 0.07 |
| HSL | 238.93º | 0.82% | 0.6% | - |
| HSV(B) | 238.93º | 0.71% | 0.93% | - |
| XYZ | 19.78 | 11.79 | 80.59 | - |
| YUV | 88.91 | 211.01 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 71 | 236 | 0.71 | 0.70 | 0 | 0.07 | 238.93 | 0.82 | 0.6 |
| Hex | 44 | 47 | EC | 47 | 46 | 0 | 7 | EF | 52 | 3C |
| Octal | 104 | 107 | 354 | 107 | 106 | 0 | 7 | 357 | 122 | 74 |
| Binary | 1000100 | 1000111 | 11101100 | 1000111 | 1000110 | 0 | 111 | 11101111 | 1010010 | 111100 |
Color Harmonies of #4447EC
Complementary color
Monochromatic Colors of #4447EC
Black with #4447EC
Text Example
Text Example
White with #4447EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4447EC; }
p { color: rgb(68,71,236); }
H1.HeaderClassName
{
color: #4447EC;
}
.AnyTagClassName
{
color: #4447EC;
}
</style>
background-color css
<style>
a { background-color: #4447EC; }
a { background-color: rgb(68,71,236); }
div.DivClassName
{
background-color: #4447EC;
}
.BgClassName
{
background-color: #4447EC;
}
</style>
border-color css
<style>
span { border-color: #4447EC; }
span { border-color: rgb(68,71,236); }
td.TdClassName
{
border-color: #4447EC;
}
.TagClassName
{
border-color: #4447EC;
}
</style>