Shades of Neon Blue #4441FE
Tints of Neon Blue #4441FE
RGB
CMYK
RGB Variations
Color information
#4441FE (or 0x4441FE) is known color: Neon Blue. HEX triplet: 44, 41 and FE. RGB value is (68,65,254). Sum of RGB (Red+Green+Blue) = 68+65+254=387 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.57% from 387); Green value is 65 (25.78% from 255 or 16.80% from 387); Blue value is 254 (99.61% from 255 or 65.63% from 387); Max value from RGB is 254 - color contains mainly: blue. Hex color #4441FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4441FE is #BBBE01. Grayscale: #565656. Windows color (decimal): -12303874 or 16662852. OLE color: 16662852.
HSL color Cylindrical-coordinate representation of color #4441FE: hue angle of 240.95º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4441FE is Cyan = 0.73, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 68 | 65 | 254 | - |
| CMYK | 0.73 | 0.74 | 0 | 0.00 |
| HSL | 240.95º | 0.99% | 0.63% | - |
| HSV(B) | 240.95º | 0.74% | 1% | - |
| XYZ | 22.16 | 12.17 | 94.95 | - |
| YUV | 87.44 | 221.99 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 65 | 254 | 0.73 | 0.74 | 0 | 0.00 | 240.95 | 0.99 | 0.63 |
| Hex | 44 | 41 | FE | 49 | 4A | 0 | 0 | F1 | 63 | 3F |
| Octal | 104 | 101 | 376 | 111 | 112 | 0 | 0 | 361 | 143 | 77 |
| Binary | 1000100 | 1000001 | 11111110 | 1001001 | 1001010 | 0 | 0 | 11110001 | 1100011 | 111111 |
Color Harmonies of #4441FE
Complementary color
Monochromatic Colors of #4441FE
Black with #4441FE
Text Example
Text Example
White with #4441FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4441FE; }
p { color: rgb(68,65,254); }
H1.HeaderClassName
{
color: #4441FE;
}
.AnyTagClassName
{
color: #4441FE;
}
</style>
background-color css
<style>
a { background-color: #4441FE; }
a { background-color: rgb(68,65,254); }
div.DivClassName
{
background-color: #4441FE;
}
.BgClassName
{
background-color: #4441FE;
}
</style>
border-color css
<style>
span { border-color: #4441FE; }
span { border-color: rgb(68,65,254); }
td.TdClassName
{
border-color: #4441FE;
}
.TagClassName
{
border-color: #4441FE;
}
</style>