Shades of Neon Blue #444CF6
Tints of Neon Blue #444CF6
RGB
CMYK
RGB Variations
Color information
#444CF6 (or 0x444CF6) is known color: Neon Blue. HEX triplet: 44, 4C and F6. RGB value is (68,76,246). Sum of RGB (Red+Green+Blue) = 68+76+246=390 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.44% from 390); Green value is 76 (30.08% from 255 or 19.49% from 390); Blue value is 246 (96.48% from 255 or 63.08% from 390); Max value from RGB is 246 - color contains mainly: blue. Hex color #444CF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #444CF6 is #BBB309. Grayscale: #5C5C5C. Windows color (decimal): -12301066 or 16141380. OLE color: 16141380.
HSL color Cylindrical-coordinate representation of color #444CF6: hue angle of 237.3º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #444CF6 is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 68 | 76 | 246 | - |
| CMYK | 0.72 | 0.69 | 0 | 0.04 |
| HSL | 237.3º | 0.91% | 0.62% | - |
| HSV(B) | 237.3º | 0.72% | 0.96% | - |
| XYZ | 21.6 | 13.05 | 88.57 | - |
| YUV | 92.99 | 214.35 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 76 | 246 | 0.72 | 0.69 | 0 | 0.04 | 237.3 | 0.91 | 0.62 |
| Hex | 44 | 4C | F6 | 48 | 45 | 0 | 4 | ED | 5B | 3E |
| Octal | 104 | 114 | 366 | 110 | 105 | 0 | 4 | 355 | 133 | 76 |
| Binary | 1000100 | 1001100 | 11110110 | 1001000 | 1000101 | 0 | 100 | 11101101 | 1011011 | 111110 |
Color Harmonies of #444CF6
Complementary color
Monochromatic Colors of #444CF6
Black with #444CF6
Text Example
Text Example
White with #444CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444CF6; }
p { color: rgb(68,76,246); }
H1.HeaderClassName
{
color: #444CF6;
}
.AnyTagClassName
{
color: #444CF6;
}
</style>
background-color css
<style>
a { background-color: #444CF6; }
a { background-color: rgb(68,76,246); }
div.DivClassName
{
background-color: #444CF6;
}
.BgClassName
{
background-color: #444CF6;
}
</style>
border-color css
<style>
span { border-color: #444CF6; }
span { border-color: rgb(68,76,246); }
td.TdClassName
{
border-color: #444CF6;
}
.TagClassName
{
border-color: #444CF6;
}
</style>