Shades of Neon Blue #444BF6
Tints of Neon Blue #444BF6
RGB
CMYK
RGB Variations
Color information
#444BF6 (or 0x444BF6) is known color: Neon Blue. HEX triplet: 44, 4B and F6. RGB value is (68,75,246). Sum of RGB (Red+Green+Blue) = 68+75+246=389 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.48% from 389); Green value is 75 (29.69% from 255 or 19.28% from 389); Blue value is 246 (96.48% from 255 or 63.24% from 389); Max value from RGB is 246 - color contains mainly: blue. Hex color #444BF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #444BF6 is #BBB409. Grayscale: #5B5B5B. Windows color (decimal): -12301322 or 16141124. OLE color: 16141124.
HSL color Cylindrical-coordinate representation of color #444BF6: hue angle of 237.64º 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 #444BF6 is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 68 | 75 | 246 | - |
| CMYK | 0.72 | 0.70 | 0 | 0.04 |
| HSL | 237.64º | 0.91% | 0.62% | - |
| HSV(B) | 237.64º | 0.72% | 0.96% | - |
| XYZ | 21.53 | 12.91 | 88.55 | - |
| YUV | 92.4 | 214.68 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 75 | 246 | 0.72 | 0.70 | 0 | 0.04 | 237.64 | 0.91 | 0.62 |
| Hex | 44 | 4B | F6 | 48 | 46 | 0 | 4 | EE | 5B | 3E |
| Octal | 104 | 113 | 366 | 110 | 106 | 0 | 4 | 356 | 133 | 76 |
| Binary | 1000100 | 1001011 | 11110110 | 1001000 | 1000110 | 0 | 100 | 11101110 | 1011011 | 111110 |
Color Harmonies of #444BF6
Complementary color
Monochromatic Colors of #444BF6
Black with #444BF6
Text Example
Text Example
White with #444BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444BF6; }
p { color: rgb(68,75,246); }
H1.HeaderClassName
{
color: #444BF6;
}
.AnyTagClassName
{
color: #444BF6;
}
</style>
background-color css
<style>
a { background-color: #444BF6; }
a { background-color: rgb(68,75,246); }
div.DivClassName
{
background-color: #444BF6;
}
.BgClassName
{
background-color: #444BF6;
}
</style>
border-color css
<style>
span { border-color: #444BF6; }
span { border-color: rgb(68,75,246); }
td.TdClassName
{
border-color: #444BF6;
}
.TagClassName
{
border-color: #444BF6;
}
</style>