Shades of Neon Blue #4440FE
Tints of Neon Blue #4440FE
RGB
CMYK
RGB Variations
Color information
#4440FE (or 0x4440FE) is known color: Neon Blue. HEX triplet: 44, 40 and FE. RGB value is (68,64,254). Sum of RGB (Red+Green+Blue) = 68+64+254=386 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.62% from 386); Green value is 64 (25.39% from 255 or 16.58% from 386); Blue value is 254 (99.61% from 255 or 65.80% from 386); Max value from RGB is 254 - color contains mainly: blue. Hex color #4440FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4440FE is #BBBF01. Grayscale: #565656. Windows color (decimal): -12304130 or 16662596. OLE color: 16662596.
HSL color Cylindrical-coordinate representation of color #4440FE: hue angle of 241.26º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4440FE is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 68 | 64 | 254 | - |
| CMYK | 0.73 | 0.75 | 0 | 0.00 |
| HSL | 241.26º | 0.99% | 0.62% | - |
| HSV(B) | 241.26º | 0.75% | 1% | - |
| XYZ | 22.11 | 12.05 | 94.93 | - |
| YUV | 86.86 | 222.33 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 64 | 254 | 0.73 | 0.75 | 0 | 0.00 | 241.26 | 0.99 | 0.62 |
| Hex | 44 | 40 | FE | 49 | 4B | 0 | 0 | F1 | 63 | 3E |
| Octal | 104 | 100 | 376 | 111 | 113 | 0 | 0 | 361 | 143 | 76 |
| Binary | 1000100 | 1000000 | 11111110 | 1001001 | 1001011 | 0 | 0 | 11110001 | 1100011 | 111110 |
Color Harmonies of #4440FE
Complementary color
Monochromatic Colors of #4440FE
Black with #4440FE
Text Example
Text Example
White with #4440FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4440FE; }
p { color: rgb(68,64,254); }
H1.HeaderClassName
{
color: #4440FE;
}
.AnyTagClassName
{
color: #4440FE;
}
</style>
background-color css
<style>
a { background-color: #4440FE; }
a { background-color: rgb(68,64,254); }
div.DivClassName
{
background-color: #4440FE;
}
.BgClassName
{
background-color: #4440FE;
}
</style>
border-color css
<style>
span { border-color: #4440FE; }
span { border-color: rgb(68,64,254); }
td.TdClassName
{
border-color: #4440FE;
}
.TagClassName
{
border-color: #4440FE;
}
</style>