Shades of Neon Blue #444AF7
Tints of Neon Blue #444AF7
RGB
CMYK
RGB Variations
Color information
#444AF7 (or 0x444AF7) is known color: Neon Blue. HEX triplet: 44, 4A and F7. RGB value is (68,74,247). Sum of RGB (Red+Green+Blue) = 68+74+247=389 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.48% from 389); Green value is 74 (29.30% from 255 or 19.02% from 389); Blue value is 247 (96.88% from 255 or 63.50% from 389); Max value from RGB is 247 - color contains mainly: blue. Hex color #444AF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #444AF7 is #BBB508. Grayscale: #5B5B5B. Windows color (decimal): -12301577 or 16206404. OLE color: 16206404.
HSL color Cylindrical-coordinate representation of color #444AF7: hue angle of 237.99º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #444AF7 is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 68 | 74 | 247 | - |
| CMYK | 0.72 | 0.70 | 0 | 0.03 |
| HSL | 237.99º | 0.92% | 0.62% | - |
| HSV(B) | 237.99º | 0.72% | 0.97% | - |
| XYZ | 21.62 | 12.84 | 89.33 | - |
| YUV | 91.93 | 215.51 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 74 | 247 | 0.72 | 0.70 | 0 | 0.03 | 237.99 | 0.92 | 0.62 |
| Hex | 44 | 4A | F7 | 48 | 46 | 0 | 3 | EE | 5C | 3E |
| Octal | 104 | 112 | 367 | 110 | 106 | 0 | 3 | 356 | 134 | 76 |
| Binary | 1000100 | 1001010 | 11110111 | 1001000 | 1000110 | 0 | 11 | 11101110 | 1011100 | 111110 |
Color Harmonies of #444AF7
Complementary color
Monochromatic Colors of #444AF7
Black with #444AF7
Text Example
Text Example
White with #444AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444AF7; }
p { color: rgb(68,74,247); }
H1.HeaderClassName
{
color: #444AF7;
}
.AnyTagClassName
{
color: #444AF7;
}
</style>
background-color css
<style>
a { background-color: #444AF7; }
a { background-color: rgb(68,74,247); }
div.DivClassName
{
background-color: #444AF7;
}
.BgClassName
{
background-color: #444AF7;
}
</style>
border-color css
<style>
span { border-color: #444AF7; }
span { border-color: rgb(68,74,247); }
td.TdClassName
{
border-color: #444AF7;
}
.TagClassName
{
border-color: #444AF7;
}
</style>