Shades of Neon Blue #4156FF
Tints of Neon Blue #4156FF
RGB
CMYK
RGB Variations
Color information
#4156FF (or 0x4156FF) is known color: Neon Blue. HEX triplet: 41, 56 and FF. RGB value is (65,86,255). Sum of RGB (Red+Green+Blue) = 65+86+255=406 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.01% from 406); Green value is 86 (33.98% from 255 or 21.18% from 406); Blue value is 255 (100% from 255 or 62.81% from 406); Max value from RGB is 255 - color contains mainly: blue. Hex color #4156FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4156FF is #BEA900. Grayscale: #626262. Windows color (decimal): -12495105 or 16733761. OLE color: 16733761.
HSL color Cylindrical-coordinate representation of color #4156FF: hue angle of 233.37º 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 #4156FF is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 86 | 255 | - |
| CMYK | 0.75 | 0.66 | 0 | 0 |
| HSL | 233.37º | 1% | 0.63% | - |
| HSV(B) | 233.37º | 0.75% | 1% | - |
| XYZ | 23.56 | 15 | 96.26 | - |
| YUV | 98.99 | 216.04 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 86 | 255 | 0.75 | 0.66 | 0 | 0 | 233.37 | 1 | 0.63 |
| Hex | 41 | 56 | FF | 4B | 42 | 0 | 0 | E9 | 64 | 3F |
| Octal | 101 | 126 | 377 | 113 | 102 | 0 | 0 | 351 | 144 | 77 |
| Binary | 1000001 | 1010110 | 11111111 | 1001011 | 1000010 | 0 | 0 | 11101001 | 1100100 | 111111 |
Color Harmonies of #4156FF
Complementary color
Monochromatic Colors of #4156FF
Black with #4156FF
Text Example
Text Example
White with #4156FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4156FF; }
p { color: rgb(65,86,255); }
H1.HeaderClassName
{
color: #4156FF;
}
.AnyTagClassName
{
color: #4156FF;
}
</style>
background-color css
<style>
a { background-color: #4156FF; }
a { background-color: rgb(65,86,255); }
div.DivClassName
{
background-color: #4156FF;
}
.BgClassName
{
background-color: #4156FF;
}
</style>
border-color css
<style>
span { border-color: #4156FF; }
span { border-color: rgb(65,86,255); }
td.TdClassName
{
border-color: #4156FF;
}
.TagClassName
{
border-color: #4156FF;
}
</style>