Shades of Neon Blue #414CFF
Tints of Neon Blue #414CFF
RGB
CMYK
RGB Variations
Color information
#414CFF (or 0x414CFF) is known color: Neon Blue. HEX triplet: 41, 4C and FF. RGB value is (65,76,255). Sum of RGB (Red+Green+Blue) = 65+76+255=396 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.41% from 396); Green value is 76 (30.08% from 255 or 19.19% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #414CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #414CFF is #BEB300. Grayscale: #5C5C5C. Windows color (decimal): -12497665 or 16731201. OLE color: 16731201.
HSL color Cylindrical-coordinate representation of color #414CFF: hue angle of 236.53º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #414CFF is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 76 | 255 | - |
| CMYK | 0.75 | 0.70 | 0 | 0 |
| HSL | 236.53º | 1% | 0.63% | - |
| HSV(B) | 236.53º | 0.75% | 1% | - |
| XYZ | 22.81 | 13.51 | 96.01 | - |
| YUV | 93.12 | 219.36 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 76 | 255 | 0.75 | 0.70 | 0 | 0 | 236.53 | 1 | 0.63 |
| Hex | 41 | 4C | FF | 4B | 46 | 0 | 0 | ED | 64 | 3F |
| Octal | 101 | 114 | 377 | 113 | 106 | 0 | 0 | 355 | 144 | 77 |
| Binary | 1000001 | 1001100 | 11111111 | 1001011 | 1000110 | 0 | 0 | 11101101 | 1100100 | 111111 |
Color Harmonies of #414CFF
Complementary color
Monochromatic Colors of #414CFF
Black with #414CFF
Text Example
Text Example
White with #414CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414CFF; }
p { color: rgb(65,76,255); }
H1.HeaderClassName
{
color: #414CFF;
}
.AnyTagClassName
{
color: #414CFF;
}
</style>
background-color css
<style>
a { background-color: #414CFF; }
a { background-color: rgb(65,76,255); }
div.DivClassName
{
background-color: #414CFF;
}
.BgClassName
{
background-color: #414CFF;
}
</style>
border-color css
<style>
span { border-color: #414CFF; }
span { border-color: rgb(65,76,255); }
td.TdClassName
{
border-color: #414CFF;
}
.TagClassName
{
border-color: #414CFF;
}
</style>