Shades of Neon Blue #4440FA
Tints of Neon Blue #4440FA
RGB
CMYK
RGB Variations
Color information
#4440FA (or 0x4440FA) is known color: Neon Blue. HEX triplet: 44, 40 and FA. RGB value is (68,64,250). Sum of RGB (Red+Green+Blue) = 68+64+250=382 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.80% from 382); Green value is 64 (25.39% from 255 or 16.75% from 382); Blue value is 250 (98.05% from 255 or 65.45% from 382); Max value from RGB is 250 - color contains mainly: blue. Hex color #4440FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4440FA is #BBBF05. Grayscale: #555555. Windows color (decimal): -12304134 or 16400452. OLE color: 16400452.
HSL color Cylindrical-coordinate representation of color #4440FA: hue angle of 241.29º degrees, saturation: 0.95, 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 #4440FA is Cyan = 0.73, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 64 | 250 | - |
| CMYK | 0.73 | 0.74 | 0 | 0.02 |
| HSL | 241.29º | 0.95% | 0.62% | - |
| HSV(B) | 241.29º | 0.74% | 0.98% | - |
| XYZ | 21.47 | 11.8 | 91.59 | - |
| YUV | 86.4 | 220.33 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 64 | 250 | 0.73 | 0.74 | 0 | 0.02 | 241.29 | 0.95 | 0.62 |
| Hex | 44 | 40 | FA | 49 | 4A | 0 | 2 | F1 | 5F | 3E |
| Octal | 104 | 100 | 372 | 111 | 112 | 0 | 2 | 361 | 137 | 76 |
| Binary | 1000100 | 1000000 | 11111010 | 1001001 | 1001010 | 0 | 10 | 11110001 | 1011111 | 111110 |
Color Harmonies of #4440FA
Complementary color
Monochromatic Colors of #4440FA
Black with #4440FA
Text Example
Text Example
White with #4440FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4440FA; }
p { color: rgb(68,64,250); }
H1.HeaderClassName
{
color: #4440FA;
}
.AnyTagClassName
{
color: #4440FA;
}
</style>
background-color css
<style>
a { background-color: #4440FA; }
a { background-color: rgb(68,64,250); }
div.DivClassName
{
background-color: #4440FA;
}
.BgClassName
{
background-color: #4440FA;
}
</style>
border-color css
<style>
span { border-color: #4440FA; }
span { border-color: rgb(68,64,250); }
td.TdClassName
{
border-color: #4440FA;
}
.TagClassName
{
border-color: #4440FA;
}
</style>