Shades of Neon Blue #404DF1
Tints of Neon Blue #404DF1
RGB
CMYK
RGB Variations
Color information
#404DF1 (or 0x404DF1) is known color: Neon Blue. HEX triplet: 40, 4D and F1. RGB value is (64,77,241). Sum of RGB (Red+Green+Blue) = 64+77+241=382 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.75% from 382); Green value is 77 (30.47% from 255 or 20.16% from 382); Blue value is 241 (94.53% from 255 or 63.09% from 382); Max value from RGB is 241 - color contains mainly: blue. Hex color #404DF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #404DF1 is #BFB20E. Grayscale: #5B5B5B. Windows color (decimal): -12562959 or 15813952. OLE color: 15813952.
HSL color Cylindrical-coordinate representation of color #404DF1: hue angle of 235.59º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #404DF1 is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 77 | 241 | - |
| CMYK | 0.73 | 0.68 | 0 | 0.05 |
| HSL | 235.59º | 0.86% | 0.6% | - |
| HSV(B) | 235.59º | 0.73% | 0.95% | - |
| XYZ | 20.65 | 12.75 | 84.59 | - |
| YUV | 91.81 | 212.19 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 77 | 241 | 0.73 | 0.68 | 0 | 0.05 | 235.59 | 0.86 | 0.6 |
| Hex | 40 | 4D | F1 | 49 | 44 | 0 | 5 | EC | 56 | 3C |
| Octal | 100 | 115 | 361 | 111 | 104 | 0 | 5 | 354 | 126 | 74 |
| Binary | 1000000 | 1001101 | 11110001 | 1001001 | 1000100 | 0 | 101 | 11101100 | 1010110 | 111100 |
Color Harmonies of #404DF1
Complementary color
Monochromatic Colors of #404DF1
Black with #404DF1
Text Example
Text Example
White with #404DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404DF1; }
p { color: rgb(64,77,241); }
H1.HeaderClassName
{
color: #404DF1;
}
.AnyTagClassName
{
color: #404DF1;
}
</style>
background-color css
<style>
a { background-color: #404DF1; }
a { background-color: rgb(64,77,241); }
div.DivClassName
{
background-color: #404DF1;
}
.BgClassName
{
background-color: #404DF1;
}
</style>
border-color css
<style>
span { border-color: #404DF1; }
span { border-color: rgb(64,77,241); }
td.TdClassName
{
border-color: #404DF1;
}
.TagClassName
{
border-color: #404DF1;
}
</style>