Shades of Neon Blue #4440DF
Tints of Neon Blue #4440DF
RGB
CMYK
RGB Variations
Color information
#4440DF (or 0x4440DF) is known color: Neon Blue. HEX triplet: 44, 40 and DF. RGB value is (68,64,223). Sum of RGB (Red+Green+Blue) = 68+64+223=355 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.15% from 355); Green value is 64 (25.39% from 255 or 18.03% from 355); Blue value is 223 (87.5% from 255 or 62.82% from 355); Max value from RGB is 223 - color contains mainly: blue. Hex color #4440DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4440DF is #BBBF20. Grayscale: #525252. Windows color (decimal): -12304161 or 14630980. OLE color: 14630980.
HSL color Cylindrical-coordinate representation of color #4440DF: hue angle of 241.51º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4440DF is Cyan = 0.70, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 64 | 223 | - |
| CMYK | 0.70 | 0.71 | 0 | 0.13 |
| HSL | 241.51º | 0.71% | 0.56% | - |
| HSV(B) | 241.51º | 0.71% | 0.87% | - |
| XYZ | 17.54 | 10.22 | 70.86 | - |
| YUV | 83.32 | 206.83 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 64 | 223 | 0.70 | 0.71 | 0 | 0.13 | 241.51 | 0.71 | 0.56 |
| Hex | 44 | 40 | DF | 46 | 47 | 0 | D | F2 | 47 | 38 |
| Octal | 104 | 100 | 337 | 106 | 107 | 0 | 15 | 362 | 107 | 70 |
| Binary | 1000100 | 1000000 | 11011111 | 1000110 | 1000111 | 0 | 1101 | 11110010 | 1000111 | 111000 |
Color Harmonies of #4440DF
Complementary color
Monochromatic Colors of #4440DF
Black with #4440DF
Text Example
Text Example
White with #4440DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4440DF; }
p { color: rgb(68,64,223); }
H1.HeaderClassName
{
color: #4440DF;
}
.AnyTagClassName
{
color: #4440DF;
}
</style>
background-color css
<style>
a { background-color: #4440DF; }
a { background-color: rgb(68,64,223); }
div.DivClassName
{
background-color: #4440DF;
}
.BgClassName
{
background-color: #4440DF;
}
</style>
border-color css
<style>
span { border-color: #4440DF; }
span { border-color: rgb(68,64,223); }
td.TdClassName
{
border-color: #4440DF;
}
.TagClassName
{
border-color: #4440DF;
}
</style>