Shades of Neon Blue #414CFC
Tints of Neon Blue #414CFC
RGB
CMYK
RGB Variations
Color information
#414CFC (or 0x414CFC) is known color: Neon Blue. HEX triplet: 41, 4C and FC. RGB value is (65,76,252). Sum of RGB (Red+Green+Blue) = 65+76+252=393 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.54% from 393); Green value is 76 (30.08% from 255 or 19.34% from 393); Blue value is 252 (98.83% from 255 or 64.12% from 393); Max value from RGB is 252 - color contains mainly: blue. Hex color #414CFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #414CFC is #BEB303. Grayscale: #5C5C5C. Windows color (decimal): -12497668 or 16534593. OLE color: 16534593.
HSL color Cylindrical-coordinate representation of color #414CFC: hue angle of 236.47º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #414CFC is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 76 | 252 | - |
| CMYK | 0.74 | 0.70 | 0 | 0.01 |
| HSL | 236.47º | 0.97% | 0.62% | - |
| HSV(B) | 236.47º | 0.74% | 0.99% | - |
| XYZ | 22.34 | 13.32 | 93.49 | - |
| YUV | 92.78 | 217.86 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 76 | 252 | 0.74 | 0.70 | 0 | 0.01 | 236.47 | 0.97 | 0.62 |
| Hex | 41 | 4C | FC | 4A | 46 | 0 | 1 | EC | 61 | 3E |
| Octal | 101 | 114 | 374 | 112 | 106 | 0 | 1 | 354 | 141 | 76 |
| Binary | 1000001 | 1001100 | 11111100 | 1001010 | 1000110 | 0 | 1 | 11101100 | 1100001 | 111110 |
Color Harmonies of #414CFC
Complementary color
Monochromatic Colors of #414CFC
Black with #414CFC
Text Example
Text Example
White with #414CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414CFC; }
p { color: rgb(65,76,252); }
H1.HeaderClassName
{
color: #414CFC;
}
.AnyTagClassName
{
color: #414CFC;
}
</style>
background-color css
<style>
a { background-color: #414CFC; }
a { background-color: rgb(65,76,252); }
div.DivClassName
{
background-color: #414CFC;
}
.BgClassName
{
background-color: #414CFC;
}
</style>
border-color css
<style>
span { border-color: #414CFC; }
span { border-color: rgb(65,76,252); }
td.TdClassName
{
border-color: #414CFC;
}
.TagClassName
{
border-color: #414CFC;
}
</style>