Shades of Neon Blue #414DFB
Tints of Neon Blue #414DFB
RGB
CMYK
RGB Variations
Color information
#414DFB (or 0x414DFB) is known color: Neon Blue. HEX triplet: 41, 4D and FB. RGB value is (65,77,251). Sum of RGB (Red+Green+Blue) = 65+77+251=393 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.54% from 393); Green value is 77 (30.47% from 255 or 19.59% from 393); Blue value is 251 (98.44% from 255 or 63.87% from 393); Max value from RGB is 251 - color contains mainly: blue. Hex color #414DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #414DFB is #BEB204. Grayscale: #5C5C5C. Windows color (decimal): -12497413 or 16469313. OLE color: 16469313.
HSL color Cylindrical-coordinate representation of color #414DFB: hue angle of 236.13º degrees, saturation: 0.96, 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 #414DFB is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 77 | 251 | - |
| CMYK | 0.74 | 0.69 | 0 | 0.02 |
| HSL | 236.13º | 0.96% | 0.62% | - |
| HSV(B) | 236.13º | 0.74% | 0.98% | - |
| XYZ | 22.25 | 13.4 | 92.68 | - |
| YUV | 93.25 | 217.02 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 77 | 251 | 0.74 | 0.69 | 0 | 0.02 | 236.13 | 0.96 | 0.62 |
| Hex | 41 | 4D | FB | 4A | 45 | 0 | 2 | EC | 60 | 3E |
| Octal | 101 | 115 | 373 | 112 | 105 | 0 | 2 | 354 | 140 | 76 |
| Binary | 1000001 | 1001101 | 11111011 | 1001010 | 1000101 | 0 | 10 | 11101100 | 1100000 | 111110 |
Color Harmonies of #414DFB
Complementary color
Monochromatic Colors of #414DFB
Black with #414DFB
Text Example
Text Example
White with #414DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414DFB; }
p { color: rgb(65,77,251); }
H1.HeaderClassName
{
color: #414DFB;
}
.AnyTagClassName
{
color: #414DFB;
}
</style>
background-color css
<style>
a { background-color: #414DFB; }
a { background-color: rgb(65,77,251); }
div.DivClassName
{
background-color: #414DFB;
}
.BgClassName
{
background-color: #414DFB;
}
</style>
border-color css
<style>
span { border-color: #414DFB; }
span { border-color: rgb(65,77,251); }
td.TdClassName
{
border-color: #414DFB;
}
.TagClassName
{
border-color: #414DFB;
}
</style>