Shades of Neon Blue #444CFF
Tints of Neon Blue #444CFF
RGB
CMYK
RGB Variations
Color information
#444CFF (or 0x444CFF) is known color: Neon Blue. HEX triplet: 44, 4C and FF. RGB value is (68,76,255). Sum of RGB (Red+Green+Blue) = 68+76+255=399 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.04% from 399); Green value is 76 (30.08% from 255 or 19.05% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #444CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #444CFF is #BBB300. Grayscale: #5D5D5D. Windows color (decimal): -12301057 or 16731204. OLE color: 16731204.
HSL color Cylindrical-coordinate representation of color #444CFF: hue angle of 237.43º 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 #444CFF is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 76 | 255 | - |
| CMYK | 0.73 | 0.70 | 0 | 0 |
| HSL | 237.43º | 1% | 0.63% | - |
| HSV(B) | 237.43º | 0.73% | 1% | - |
| XYZ | 23.02 | 13.62 | 96.02 | - |
| YUV | 94.01 | 218.85 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 76 | 255 | 0.73 | 0.70 | 0 | 0 | 237.43 | 1 | 0.63 |
| Hex | 44 | 4C | FF | 49 | 46 | 0 | 0 | ED | 64 | 3F |
| Octal | 104 | 114 | 377 | 111 | 106 | 0 | 0 | 355 | 144 | 77 |
| Binary | 1000100 | 1001100 | 11111111 | 1001001 | 1000110 | 0 | 0 | 11101101 | 1100100 | 111111 |
Color Harmonies of #444CFF
Complementary color
Monochromatic Colors of #444CFF
Black with #444CFF
Text Example
Text Example
White with #444CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444CFF; }
p { color: rgb(68,76,255); }
H1.HeaderClassName
{
color: #444CFF;
}
.AnyTagClassName
{
color: #444CFF;
}
</style>
background-color css
<style>
a { background-color: #444CFF; }
a { background-color: rgb(68,76,255); }
div.DivClassName
{
background-color: #444CFF;
}
.BgClassName
{
background-color: #444CFF;
}
</style>
border-color css
<style>
span { border-color: #444CFF; }
span { border-color: rgb(68,76,255); }
td.TdClassName
{
border-color: #444CFF;
}
.TagClassName
{
border-color: #444CFF;
}
</style>