Shades of Neon Blue #4448E5
Tints of Neon Blue #4448E5
RGB
CMYK
RGB Variations
Color information
#4448E5 (or 0x4448E5) is known color: Neon Blue. HEX triplet: 44, 48 and E5. RGB value is (68,72,229). Sum of RGB (Red+Green+Blue) = 68+72+229=369 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.43% from 369); Green value is 72 (28.52% from 255 or 19.51% from 369); Blue value is 229 (89.84% from 255 or 62.06% from 369); Max value from RGB is 229 - color contains mainly: blue. Hex color #4448E5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4448E5 is #BBB71A. Grayscale: #585858. Windows color (decimal): -12302107 or 15026244. OLE color: 15026244.
HSL color Cylindrical-coordinate representation of color #4448E5: hue angle of 238.51º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4448E5 is Cyan = 0.70, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 68 | 72 | 229 | - |
| CMYK | 0.70 | 0.69 | 0 | 0.10 |
| HSL | 238.51º | 0.76% | 0.58% | - |
| HSV(B) | 238.51º | 0.7% | 0.9% | - |
| XYZ | 18.84 | 11.52 | 75.36 | - |
| YUV | 88.7 | 207.17 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 72 | 229 | 0.70 | 0.69 | 0 | 0.10 | 238.51 | 0.76 | 0.58 |
| Hex | 44 | 48 | E5 | 46 | 45 | 0 | A | EF | 4C | 3A |
| Octal | 104 | 110 | 345 | 106 | 105 | 0 | 12 | 357 | 114 | 72 |
| Binary | 1000100 | 1001000 | 11100101 | 1000110 | 1000101 | 0 | 1010 | 11101111 | 1001100 | 111010 |
Color Harmonies of #4448E5
Complementary color
Monochromatic Colors of #4448E5
Black with #4448E5
Text Example
Text Example
White with #4448E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4448E5; }
p { color: rgb(68,72,229); }
H1.HeaderClassName
{
color: #4448E5;
}
.AnyTagClassName
{
color: #4448E5;
}
</style>
background-color css
<style>
a { background-color: #4448E5; }
a { background-color: rgb(68,72,229); }
div.DivClassName
{
background-color: #4448E5;
}
.BgClassName
{
background-color: #4448E5;
}
</style>
border-color css
<style>
span { border-color: #4448E5; }
span { border-color: rgb(68,72,229); }
td.TdClassName
{
border-color: #4448E5;
}
.TagClassName
{
border-color: #4448E5;
}
</style>