Shades of Neon Blue #444CFC
Tints of Neon Blue #444CFC
RGB
CMYK
RGB Variations
Color information
#444CFC (or 0x444CFC) is known color: Neon Blue. HEX triplet: 44, 4C and FC. RGB value is (68,76,252). Sum of RGB (Red+Green+Blue) = 68+76+252=396 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.17% from 396); Green value is 76 (30.08% from 255 or 19.19% from 396); Blue value is 252 (98.83% from 255 or 63.64% from 396); Max value from RGB is 252 - color contains mainly: blue. Hex color #444CFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #444CFC is #BBB303. Grayscale: #5C5C5C. Windows color (decimal): -12301060 or 16534596. OLE color: 16534596.
HSL color Cylindrical-coordinate representation of color #444CFC: hue angle of 237.39º 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 #444CFC is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 76 | 252 | - |
| CMYK | 0.73 | 0.70 | 0 | 0.01 |
| HSL | 237.39º | 0.97% | 0.63% | - |
| HSV(B) | 237.39º | 0.73% | 0.99% | - |
| XYZ | 22.54 | 13.43 | 93.5 | - |
| YUV | 93.67 | 217.35 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 76 | 252 | 0.73 | 0.70 | 0 | 0.01 | 237.39 | 0.97 | 0.63 |
| Hex | 44 | 4C | FC | 49 | 46 | 0 | 1 | ED | 61 | 3F |
| Octal | 104 | 114 | 374 | 111 | 106 | 0 | 1 | 355 | 141 | 77 |
| Binary | 1000100 | 1001100 | 11111100 | 1001001 | 1000110 | 0 | 1 | 11101101 | 1100001 | 111111 |
Color Harmonies of #444CFC
Complementary color
Monochromatic Colors of #444CFC
Black with #444CFC
Text Example
Text Example
White with #444CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444CFC; }
p { color: rgb(68,76,252); }
H1.HeaderClassName
{
color: #444CFC;
}
.AnyTagClassName
{
color: #444CFC;
}
</style>
background-color css
<style>
a { background-color: #444CFC; }
a { background-color: rgb(68,76,252); }
div.DivClassName
{
background-color: #444CFC;
}
.BgClassName
{
background-color: #444CFC;
}
</style>
border-color css
<style>
span { border-color: #444CFC; }
span { border-color: rgb(68,76,252); }
td.TdClassName
{
border-color: #444CFC;
}
.TagClassName
{
border-color: #444CFC;
}
</style>