Shades of Neon Blue #444CFB
Tints of Neon Blue #444CFB
RGB
CMYK
RGB Variations
Color information
#444CFB (or 0x444CFB) is known color: Neon Blue. HEX triplet: 44, 4C and FB. RGB value is (68,76,251). Sum of RGB (Red+Green+Blue) = 68+76+251=395 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.22% from 395); Green value is 76 (30.08% from 255 or 19.24% from 395); Blue value is 251 (98.44% from 255 or 63.54% from 395); Max value from RGB is 251 - color contains mainly: blue. Hex color #444CFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #444CFB is #BBB304. Grayscale: #5C5C5C. Windows color (decimal): -12301061 or 16469060. OLE color: 16469060.
HSL color Cylindrical-coordinate representation of color #444CFB: hue angle of 237.38º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #444CFB is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 76 | 251 | - |
| CMYK | 0.73 | 0.70 | 0 | 0.02 |
| HSL | 237.38º | 0.96% | 0.63% | - |
| HSV(B) | 237.38º | 0.73% | 0.98% | - |
| XYZ | 22.38 | 13.36 | 92.67 | - |
| YUV | 93.56 | 216.85 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 76 | 251 | 0.73 | 0.70 | 0 | 0.02 | 237.38 | 0.96 | 0.63 |
| Hex | 44 | 4C | FB | 49 | 46 | 0 | 2 | ED | 60 | 3F |
| Octal | 104 | 114 | 373 | 111 | 106 | 0 | 2 | 355 | 140 | 77 |
| Binary | 1000100 | 1001100 | 11111011 | 1001001 | 1000110 | 0 | 10 | 11101101 | 1100000 | 111111 |
Color Harmonies of #444CFB
Complementary color
Monochromatic Colors of #444CFB
Black with #444CFB
Text Example
Text Example
White with #444CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444CFB; }
p { color: rgb(68,76,251); }
H1.HeaderClassName
{
color: #444CFB;
}
.AnyTagClassName
{
color: #444CFB;
}
</style>
background-color css
<style>
a { background-color: #444CFB; }
a { background-color: rgb(68,76,251); }
div.DivClassName
{
background-color: #444CFB;
}
.BgClassName
{
background-color: #444CFB;
}
</style>
border-color css
<style>
span { border-color: #444CFB; }
span { border-color: rgb(68,76,251); }
td.TdClassName
{
border-color: #444CFB;
}
.TagClassName
{
border-color: #444CFB;
}
</style>