Shades of Neon Blue #4441FB
Tints of Neon Blue #4441FB
RGB
CMYK
RGB Variations
Color information
#4441FB (or 0x4441FB) is known color: Neon Blue. HEX triplet: 44, 41 and FB. RGB value is (68,65,251). Sum of RGB (Red+Green+Blue) = 68+65+251=384 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.71% from 384); Green value is 65 (25.78% from 255 or 16.93% from 384); Blue value is 251 (98.44% from 255 or 65.36% from 384); Max value from RGB is 251 - color contains mainly: blue. Hex color #4441FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4441FB is #BBBE04. Grayscale: #565656. Windows color (decimal): -12303877 or 16466244. OLE color: 16466244.
HSL color Cylindrical-coordinate representation of color #4441FB: hue angle of 240.97º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4441FB is Cyan = 0.73, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 65 | 251 | - |
| CMYK | 0.73 | 0.74 | 0 | 0.02 |
| HSL | 240.97º | 0.96% | 0.62% | - |
| HSV(B) | 240.97º | 0.74% | 0.98% | - |
| XYZ | 21.69 | 11.97 | 92.44 | - |
| YUV | 87.1 | 220.49 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 65 | 251 | 0.73 | 0.74 | 0 | 0.02 | 240.97 | 0.96 | 0.62 |
| Hex | 44 | 41 | FB | 49 | 4A | 0 | 2 | F1 | 60 | 3E |
| Octal | 104 | 101 | 373 | 111 | 112 | 0 | 2 | 361 | 140 | 76 |
| Binary | 1000100 | 1000001 | 11111011 | 1001001 | 1001010 | 0 | 10 | 11110001 | 1100000 | 111110 |
Color Harmonies of #4441FB
Complementary color
Monochromatic Colors of #4441FB
Black with #4441FB
Text Example
Text Example
White with #4441FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4441FB; }
p { color: rgb(68,65,251); }
H1.HeaderClassName
{
color: #4441FB;
}
.AnyTagClassName
{
color: #4441FB;
}
</style>
background-color css
<style>
a { background-color: #4441FB; }
a { background-color: rgb(68,65,251); }
div.DivClassName
{
background-color: #4441FB;
}
.BgClassName
{
background-color: #4441FB;
}
</style>
border-color css
<style>
span { border-color: #4441FB; }
span { border-color: rgb(68,65,251); }
td.TdClassName
{
border-color: #4441FB;
}
.TagClassName
{
border-color: #4441FB;
}
</style>