Shades of Neon Blue #414CFB
Tints of Neon Blue #414CFB
RGB
CMYK
RGB Variations
Color information
#414CFB (or 0x414CFB) is known color: Neon Blue. HEX triplet: 41, 4C and FB. RGB value is (65,76,251). Sum of RGB (Red+Green+Blue) = 65+76+251=392 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.58% from 392); Green value is 76 (30.08% from 255 or 19.39% from 392); Blue value is 251 (98.44% from 255 or 64.03% from 392); Max value from RGB is 251 - color contains mainly: blue. Hex color #414CFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #414CFB is #BEB304. Grayscale: #5B5B5B. Windows color (decimal): -12497669 or 16469057. OLE color: 16469057.
HSL color Cylindrical-coordinate representation of color #414CFB: hue angle of 236.45º 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 #414CFB is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 76 | 251 | - |
| CMYK | 0.74 | 0.70 | 0 | 0.02 |
| HSL | 236.45º | 0.96% | 0.62% | - |
| HSV(B) | 236.45º | 0.74% | 0.98% | - |
| XYZ | 22.18 | 13.26 | 92.66 | - |
| YUV | 92.66 | 217.36 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 76 | 251 | 0.74 | 0.70 | 0 | 0.02 | 236.45 | 0.96 | 0.62 |
| Hex | 41 | 4C | FB | 4A | 46 | 0 | 2 | EC | 60 | 3E |
| Octal | 101 | 114 | 373 | 112 | 106 | 0 | 2 | 354 | 140 | 76 |
| Binary | 1000001 | 1001100 | 11111011 | 1001010 | 1000110 | 0 | 10 | 11101100 | 1100000 | 111110 |
Color Harmonies of #414CFB
Complementary color
Monochromatic Colors of #414CFB
Black with #414CFB
Text Example
Text Example
White with #414CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414CFB; }
p { color: rgb(65,76,251); }
H1.HeaderClassName
{
color: #414CFB;
}
.AnyTagClassName
{
color: #414CFB;
}
</style>
background-color css
<style>
a { background-color: #414CFB; }
a { background-color: rgb(65,76,251); }
div.DivClassName
{
background-color: #414CFB;
}
.BgClassName
{
background-color: #414CFB;
}
</style>
border-color css
<style>
span { border-color: #414CFB; }
span { border-color: rgb(65,76,251); }
td.TdClassName
{
border-color: #414CFB;
}
.TagClassName
{
border-color: #414CFB;
}
</style>