Shades of Neon Blue #444AFF
Tints of Neon Blue #444AFF
RGB
CMYK
RGB Variations
Color information
#444AFF (or 0x444AFF) is known color: Neon Blue. HEX triplet: 44, 4A and FF. RGB value is (68,74,255). Sum of RGB (Red+Green+Blue) = 68+74+255=397 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.13% from 397); Green value is 74 (29.30% from 255 or 18.64% from 397); Blue value is 255 (100% from 255 or 64.23% from 397); Max value from RGB is 255 - color contains mainly: blue. Hex color #444AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #444AFF is #BBB500. Grayscale: #5C5C5C. Windows color (decimal): -12301569 or 16730692. OLE color: 16730692.
HSL color Cylindrical-coordinate representation of color #444AFF: hue angle of 238.07º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #444AFF is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 74 | 255 | - |
| CMYK | 0.73 | 0.71 | 0 | 0 |
| HSL | 238.07º | 1% | 0.63% | - |
| HSV(B) | 238.07º | 0.73% | 1% | - |
| XYZ | 22.88 | 13.35 | 95.98 | - |
| YUV | 92.84 | 219.51 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 74 | 255 | 0.73 | 0.71 | 0 | 0 | 238.07 | 1 | 0.63 |
| Hex | 44 | 4A | FF | 49 | 47 | 0 | 0 | EE | 64 | 3F |
| Octal | 104 | 112 | 377 | 111 | 107 | 0 | 0 | 356 | 144 | 77 |
| Binary | 1000100 | 1001010 | 11111111 | 1001001 | 1000111 | 0 | 0 | 11101110 | 1100100 | 111111 |
Color Harmonies of #444AFF
Complementary color
Monochromatic Colors of #444AFF
Black with #444AFF
Text Example
Text Example
White with #444AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444AFF; }
p { color: rgb(68,74,255); }
H1.HeaderClassName
{
color: #444AFF;
}
.AnyTagClassName
{
color: #444AFF;
}
</style>
background-color css
<style>
a { background-color: #444AFF; }
a { background-color: rgb(68,74,255); }
div.DivClassName
{
background-color: #444AFF;
}
.BgClassName
{
background-color: #444AFF;
}
</style>
border-color css
<style>
span { border-color: #444AFF; }
span { border-color: rgb(68,74,255); }
td.TdClassName
{
border-color: #444AFF;
}
.TagClassName
{
border-color: #444AFF;
}
</style>