Shades of Neon Blue #444FFC
Tints of Neon Blue #444FFC
RGB
CMYK
RGB Variations
Color information
#444FFC (or 0x444FFC) is known color: Neon Blue. HEX triplet: 44, 4F and FC. RGB value is (68,79,252). Sum of RGB (Red+Green+Blue) = 68+79+252=399 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.04% from 399); Green value is 79 (31.25% from 255 or 19.80% from 399); Blue value is 252 (98.83% from 255 or 63.16% from 399); Max value from RGB is 252 - color contains mainly: blue. Hex color #444FFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #444FFC is #BBB003. Grayscale: #5E5E5E. Windows color (decimal): -12300292 or 16535364. OLE color: 16535364.
HSL color Cylindrical-coordinate representation of color #444FFC: hue angle of 236.41º 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 #444FFC is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 79 | 252 | - |
| CMYK | 0.73 | 0.69 | 0 | 0.01 |
| HSL | 236.41º | 0.97% | 0.63% | - |
| HSV(B) | 236.41º | 0.73% | 0.99% | - |
| XYZ | 22.75 | 13.85 | 93.57 | - |
| YUV | 95.43 | 216.36 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 79 | 252 | 0.73 | 0.69 | 0 | 0.01 | 236.41 | 0.97 | 0.63 |
| Hex | 44 | 4F | FC | 49 | 45 | 0 | 1 | EC | 61 | 3F |
| Octal | 104 | 117 | 374 | 111 | 105 | 0 | 1 | 354 | 141 | 77 |
| Binary | 1000100 | 1001111 | 11111100 | 1001001 | 1000101 | 0 | 1 | 11101100 | 1100001 | 111111 |
Color Harmonies of #444FFC
Complementary color
Monochromatic Colors of #444FFC
Black with #444FFC
Text Example
Text Example
White with #444FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444FFC; }
p { color: rgb(68,79,252); }
H1.HeaderClassName
{
color: #444FFC;
}
.AnyTagClassName
{
color: #444FFC;
}
</style>
background-color css
<style>
a { background-color: #444FFC; }
a { background-color: rgb(68,79,252); }
div.DivClassName
{
background-color: #444FFC;
}
.BgClassName
{
background-color: #444FFC;
}
</style>
border-color css
<style>
span { border-color: #444FFC; }
span { border-color: rgb(68,79,252); }
td.TdClassName
{
border-color: #444FFC;
}
.TagClassName
{
border-color: #444FFC;
}
</style>