Shades of Neon Blue #444EFC
Tints of Neon Blue #444EFC
RGB
CMYK
RGB Variations
Color information
#444EFC (or 0x444EFC) is known color: Neon Blue. HEX triplet: 44, 4E and FC. RGB value is (68,78,252). Sum of RGB (Red+Green+Blue) = 68+78+252=398 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.09% from 398); Green value is 78 (30.86% from 255 or 19.60% from 398); Blue value is 252 (98.83% from 255 or 63.32% from 398); Max value from RGB is 252 - color contains mainly: blue. Hex color #444EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #444EFC is #BBB103. Grayscale: #5E5E5E. Windows color (decimal): -12300548 or 16535108. OLE color: 16535108.
HSL color Cylindrical-coordinate representation of color #444EFC: hue angle of 236.74º 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 #444EFC is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 78 | 252 | - |
| CMYK | 0.73 | 0.69 | 0 | 0.01 |
| HSL | 236.74º | 0.97% | 0.63% | - |
| HSV(B) | 236.74º | 0.73% | 0.99% | - |
| XYZ | 22.68 | 13.71 | 93.55 | - |
| YUV | 94.85 | 216.69 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 78 | 252 | 0.73 | 0.69 | 0 | 0.01 | 236.74 | 0.97 | 0.63 |
| Hex | 44 | 4E | FC | 49 | 45 | 0 | 1 | ED | 61 | 3F |
| Octal | 104 | 116 | 374 | 111 | 105 | 0 | 1 | 355 | 141 | 77 |
| Binary | 1000100 | 1001110 | 11111100 | 1001001 | 1000101 | 0 | 1 | 11101101 | 1100001 | 111111 |
Color Harmonies of #444EFC
Complementary color
Monochromatic Colors of #444EFC
Black with #444EFC
Text Example
Text Example
White with #444EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444EFC; }
p { color: rgb(68,78,252); }
H1.HeaderClassName
{
color: #444EFC;
}
.AnyTagClassName
{
color: #444EFC;
}
</style>
background-color css
<style>
a { background-color: #444EFC; }
a { background-color: rgb(68,78,252); }
div.DivClassName
{
background-color: #444EFC;
}
.BgClassName
{
background-color: #444EFC;
}
</style>
border-color css
<style>
span { border-color: #444EFC; }
span { border-color: rgb(68,78,252); }
td.TdClassName
{
border-color: #444EFC;
}
.TagClassName
{
border-color: #444EFC;
}
</style>