Shades of Neon Blue #444FFF
Tints of Neon Blue #444FFF
RGB
CMYK
RGB Variations
Color information
#444FFF (or 0x444FFF) is known color: Neon Blue. HEX triplet: 44, 4F and FF. RGB value is (68,79,255). Sum of RGB (Red+Green+Blue) = 68+79+255=402 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.92% from 402); Green value is 79 (31.25% from 255 or 19.65% from 402); Blue value is 255 (100% from 255 or 63.43% from 402); Max value from RGB is 255 - color contains mainly: blue. Hex color #444FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #444FFF is #BBB000. Grayscale: #5F5F5F. Windows color (decimal): -12300289 or 16731972. OLE color: 16731972.
HSL color Cylindrical-coordinate representation of color #444FFF: hue angle of 236.47º 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 #444FFF is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 79 | 255 | - |
| CMYK | 0.73 | 0.69 | 0 | 0 |
| HSL | 236.47º | 1% | 0.63% | - |
| HSV(B) | 236.47º | 0.73% | 1% | - |
| XYZ | 23.23 | 14.04 | 96.09 | - |
| YUV | 95.78 | 217.86 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 79 | 255 | 0.73 | 0.69 | 0 | 0 | 236.47 | 1 | 0.63 |
| Hex | 44 | 4F | FF | 49 | 45 | 0 | 0 | EC | 64 | 3F |
| Octal | 104 | 117 | 377 | 111 | 105 | 0 | 0 | 354 | 144 | 77 |
| Binary | 1000100 | 1001111 | 11111111 | 1001001 | 1000101 | 0 | 0 | 11101100 | 1100100 | 111111 |
Color Harmonies of #444FFF
Complementary color
Monochromatic Colors of #444FFF
Black with #444FFF
Text Example
Text Example
White with #444FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444FFF; }
p { color: rgb(68,79,255); }
H1.HeaderClassName
{
color: #444FFF;
}
.AnyTagClassName
{
color: #444FFF;
}
</style>
background-color css
<style>
a { background-color: #444FFF; }
a { background-color: rgb(68,79,255); }
div.DivClassName
{
background-color: #444FFF;
}
.BgClassName
{
background-color: #444FFF;
}
</style>
border-color css
<style>
span { border-color: #444FFF; }
span { border-color: rgb(68,79,255); }
td.TdClassName
{
border-color: #444FFF;
}
.TagClassName
{
border-color: #444FFF;
}
</style>