Shades of Neon Blue #414DFE
Tints of Neon Blue #414DFE
RGB
CMYK
RGB Variations
Color information
#414DFE (or 0x414DFE) is known color: Neon Blue. HEX triplet: 41, 4D and FE. RGB value is (65,77,254). Sum of RGB (Red+Green+Blue) = 65+77+254=396 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.41% from 396); Green value is 77 (30.47% from 255 or 19.44% from 396); Blue value is 254 (99.61% from 255 or 64.14% from 396); Max value from RGB is 254 - color contains mainly: blue. Hex color #414DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #414DFE is #BEB201. Grayscale: #5C5C5C. Windows color (decimal): -12497410 or 16665921. OLE color: 16665921.
HSL color Cylindrical-coordinate representation of color #414DFE: hue angle of 236.19º 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 #414DFE is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 65 | 77 | 254 | - |
| CMYK | 0.74 | 0.70 | 0 | 0.00 |
| HSL | 236.19º | 0.99% | 0.63% | - |
| HSV(B) | 236.19º | 0.74% | 1% | - |
| XYZ | 22.72 | 13.59 | 95.19 | - |
| YUV | 93.59 | 218.52 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 77 | 254 | 0.74 | 0.70 | 0 | 0.00 | 236.19 | 0.99 | 0.63 |
| Hex | 41 | 4D | FE | 4A | 46 | 0 | 0 | EC | 63 | 3F |
| Octal | 101 | 115 | 376 | 112 | 106 | 0 | 0 | 354 | 143 | 77 |
| Binary | 1000001 | 1001101 | 11111110 | 1001010 | 1000110 | 0 | 0 | 11101100 | 1100011 | 111111 |
Color Harmonies of #414DFE
Complementary color
Monochromatic Colors of #414DFE
Black with #414DFE
Text Example
Text Example
White with #414DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414DFE; }
p { color: rgb(65,77,254); }
H1.HeaderClassName
{
color: #414DFE;
}
.AnyTagClassName
{
color: #414DFE;
}
</style>
background-color css
<style>
a { background-color: #414DFE; }
a { background-color: rgb(65,77,254); }
div.DivClassName
{
background-color: #414DFE;
}
.BgClassName
{
background-color: #414DFE;
}
</style>
border-color css
<style>
span { border-color: #414DFE; }
span { border-color: rgb(65,77,254); }
td.TdClassName
{
border-color: #414DFE;
}
.TagClassName
{
border-color: #414DFE;
}
</style>