Shades of Neon Blue #4163FF
Tints of Neon Blue #4163FF
RGB
CMYK
RGB Variations
Color information
#4163FF (or 0x4163FF) is known color: Neon Blue. HEX triplet: 41, 63 and FF. RGB value is (65,99,255). Sum of RGB (Red+Green+Blue) = 65+99+255=419 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.51% from 419); Green value is 99 (39.06% from 255 or 23.63% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #4163FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4163FF is #BE9C00. Grayscale: #696969. Windows color (decimal): -12491777 or 16737089. OLE color: 16737089.
HSL color Cylindrical-coordinate representation of color #4163FF: hue angle of 229.26º 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 #4163FF is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 99 | 255 | - |
| CMYK | 0.75 | 0.61 | 0 | 0 |
| HSL | 229.26º | 1% | 0.63% | - |
| HSV(B) | 229.26º | 0.75% | 1% | - |
| XYZ | 24.69 | 17.27 | 96.64 | - |
| YUV | 106.62 | 211.74 | 98.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 99 | 255 | 0.75 | 0.61 | 0 | 0 | 229.26 | 1 | 0.63 |
| Hex | 41 | 63 | FF | 4B | 3D | 0 | 0 | E5 | 64 | 3F |
| Octal | 101 | 143 | 377 | 113 | 75 | 0 | 0 | 345 | 144 | 77 |
| Binary | 1000001 | 1100011 | 11111111 | 1001011 | 111101 | 0 | 0 | 11100101 | 1100100 | 111111 |
Color Harmonies of #4163FF
Complementary color
Monochromatic Colors of #4163FF
Black with #4163FF
Text Example
Text Example
White with #4163FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4163FF; }
p { color: rgb(65,99,255); }
H1.HeaderClassName
{
color: #4163FF;
}
.AnyTagClassName
{
color: #4163FF;
}
</style>
background-color css
<style>
a { background-color: #4163FF; }
a { background-color: rgb(65,99,255); }
div.DivClassName
{
background-color: #4163FF;
}
.BgClassName
{
background-color: #4163FF;
}
</style>
border-color css
<style>
span { border-color: #4163FF; }
span { border-color: rgb(65,99,255); }
td.TdClassName
{
border-color: #4163FF;
}
.TagClassName
{
border-color: #4163FF;
}
</style>