Shades of Neon Blue #444AFC
Tints of Neon Blue #444AFC
RGB
CMYK
RGB Variations
Color information
#444AFC (or 0x444AFC) is known color: Neon Blue. HEX triplet: 44, 4A and FC. RGB value is (68,74,252). Sum of RGB (Red+Green+Blue) = 68+74+252=394 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.26% from 394); Green value is 74 (29.30% from 255 or 18.78% from 394); Blue value is 252 (98.83% from 255 or 63.96% from 394); Max value from RGB is 252 - color contains mainly: blue. Hex color #444AFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #444AFC is #BBB503. Grayscale: #5B5B5B. Windows color (decimal): -12301572 or 16534084. OLE color: 16534084.
HSL color Cylindrical-coordinate representation of color #444AFC: hue angle of 238.04º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #444AFC is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 74 | 252 | - |
| CMYK | 0.73 | 0.71 | 0 | 0.01 |
| HSL | 238.04º | 0.97% | 0.63% | - |
| HSV(B) | 238.04º | 0.73% | 0.99% | - |
| XYZ | 22.4 | 13.15 | 93.45 | - |
| YUV | 92.5 | 218.01 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 74 | 252 | 0.73 | 0.71 | 0 | 0.01 | 238.04 | 0.97 | 0.63 |
| Hex | 44 | 4A | FC | 49 | 47 | 0 | 1 | EE | 61 | 3F |
| Octal | 104 | 112 | 374 | 111 | 107 | 0 | 1 | 356 | 141 | 77 |
| Binary | 1000100 | 1001010 | 11111100 | 1001001 | 1000111 | 0 | 1 | 11101110 | 1100001 | 111111 |
Color Harmonies of #444AFC
Complementary color
Monochromatic Colors of #444AFC
Black with #444AFC
Text Example
Text Example
White with #444AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444AFC; }
p { color: rgb(68,74,252); }
H1.HeaderClassName
{
color: #444AFC;
}
.AnyTagClassName
{
color: #444AFC;
}
</style>
background-color css
<style>
a { background-color: #444AFC; }
a { background-color: rgb(68,74,252); }
div.DivClassName
{
background-color: #444AFC;
}
.BgClassName
{
background-color: #444AFC;
}
</style>
border-color css
<style>
span { border-color: #444AFC; }
span { border-color: rgb(68,74,252); }
td.TdClassName
{
border-color: #444AFC;
}
.TagClassName
{
border-color: #444AFC;
}
</style>