Shades of Neon Blue #4449EA
Tints of Neon Blue #4449EA
RGB
CMYK
RGB Variations
Color information
#4449EA (or 0x4449EA) is known color: Neon Blue. HEX triplet: 44, 49 and EA. RGB value is (68,73,234). Sum of RGB (Red+Green+Blue) = 68+73+234=375 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.13% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 234 (91.80% from 255 or 62.4% from 375); Max value from RGB is 234 - color contains mainly: blue. Hex color #4449EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4449EA is #BBB615. Grayscale: #595959. Windows color (decimal): -12301846 or 15354180. OLE color: 15354180.
HSL color Cylindrical-coordinate representation of color #4449EA: hue angle of 238.19º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4449EA is Cyan = 0.71, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 68 | 73 | 234 | - |
| CMYK | 0.71 | 0.69 | 0 | 0.08 |
| HSL | 238.19º | 0.8% | 0.59% | - |
| HSV(B) | 238.19º | 0.71% | 0.92% | - |
| XYZ | 19.62 | 11.93 | 79.11 | - |
| YUV | 89.86 | 209.34 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 73 | 234 | 0.71 | 0.69 | 0 | 0.08 | 238.19 | 0.8 | 0.59 |
| Hex | 44 | 49 | EA | 47 | 45 | 0 | 8 | EE | 50 | 3B |
| Octal | 104 | 111 | 352 | 107 | 105 | 0 | 10 | 356 | 120 | 73 |
| Binary | 1000100 | 1001001 | 11101010 | 1000111 | 1000101 | 0 | 1000 | 11101110 | 1010000 | 111011 |
Color Harmonies of #4449EA
Complementary color
Monochromatic Colors of #4449EA
Black with #4449EA
Text Example
Text Example
White with #4449EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4449EA; }
p { color: rgb(68,73,234); }
H1.HeaderClassName
{
color: #4449EA;
}
.AnyTagClassName
{
color: #4449EA;
}
</style>
background-color css
<style>
a { background-color: #4449EA; }
a { background-color: rgb(68,73,234); }
div.DivClassName
{
background-color: #4449EA;
}
.BgClassName
{
background-color: #4449EA;
}
</style>
border-color css
<style>
span { border-color: #4449EA; }
span { border-color: rgb(68,73,234); }
td.TdClassName
{
border-color: #4449EA;
}
.TagClassName
{
border-color: #4449EA;
}
</style>