Shades of Neon Blue #444DF8
Tints of Neon Blue #444DF8
RGB
CMYK
RGB Variations
Color information
#444DF8 (or 0x444DF8) is known color: Neon Blue. HEX triplet: 44, 4D and F8. RGB value is (68,77,248). Sum of RGB (Red+Green+Blue) = 68+77+248=393 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.30% from 393); Green value is 77 (30.47% from 255 or 19.59% from 393); Blue value is 248 (97.27% from 255 or 63.10% from 393); Max value from RGB is 248 - color contains mainly: blue. Hex color #444DF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #444DF8 is #BBB207. Grayscale: #5D5D5D. Windows color (decimal): -12300808 or 16272708. OLE color: 16272708.
HSL color Cylindrical-coordinate representation of color #444DF8: hue angle of 237º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #444DF8 is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 68 | 77 | 248 | - |
| CMYK | 0.73 | 0.69 | 0 | 0.03 |
| HSL | 237º | 0.93% | 0.62% | - |
| HSV(B) | 237º | 0.73% | 0.97% | - |
| XYZ | 21.98 | 13.31 | 90.22 | - |
| YUV | 93.8 | 215.02 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 77 | 248 | 0.73 | 0.69 | 0 | 0.03 | 237 | 0.93 | 0.62 |
| Hex | 44 | 4D | F8 | 49 | 45 | 0 | 3 | ED | 5D | 3E |
| Octal | 104 | 115 | 370 | 111 | 105 | 0 | 3 | 355 | 135 | 76 |
| Binary | 1000100 | 1001101 | 11111000 | 1001001 | 1000101 | 0 | 11 | 11101101 | 1011101 | 111110 |
Color Harmonies of #444DF8
Complementary color
Monochromatic Colors of #444DF8
Black with #444DF8
Text Example
Text Example
White with #444DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444DF8; }
p { color: rgb(68,77,248); }
H1.HeaderClassName
{
color: #444DF8;
}
.AnyTagClassName
{
color: #444DF8;
}
</style>
background-color css
<style>
a { background-color: #444DF8; }
a { background-color: rgb(68,77,248); }
div.DivClassName
{
background-color: #444DF8;
}
.BgClassName
{
background-color: #444DF8;
}
</style>
border-color css
<style>
span { border-color: #444DF8; }
span { border-color: rgb(68,77,248); }
td.TdClassName
{
border-color: #444DF8;
}
.TagClassName
{
border-color: #444DF8;
}
</style>