Shades of Neon Blue #4136F6
Tints of Neon Blue #4136F6
RGB
CMYK
RGB Variations
Color information
#4136F6 (or 0x4136F6) is known color: Neon Blue. HEX triplet: 41, 36 and F6. RGB value is (65,54,246). Sum of RGB (Red+Green+Blue) = 65+54+246=365 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.81% from 365); Green value is 54 (21.48% from 255 or 14.79% from 365); Blue value is 246 (96.48% from 255 or 67.40% from 365); Max value from RGB is 246 - color contains mainly: blue. Hex color #4136F6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4136F6 is #BEC909. Grayscale: #4E4E4E. Windows color (decimal): -12503306 or 16135745. OLE color: 16135745.
HSL color Cylindrical-coordinate representation of color #4136F6: hue angle of 243.44º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4136F6 is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 65 | 54 | 246 | - |
| CMYK | 0.74 | 0.78 | 0 | 0.04 |
| HSL | 243.44º | 0.91% | 0.59% | - |
| HSV(B) | 243.44º | 0.78% | 0.96% | - |
| XYZ | 20.13 | 10.42 | 88.14 | - |
| YUV | 79.18 | 222.14 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 54 | 246 | 0.74 | 0.78 | 0 | 0.04 | 243.44 | 0.91 | 0.59 |
| Hex | 41 | 36 | F6 | 4A | 4E | 0 | 4 | F3 | 5B | 3B |
| Octal | 101 | 66 | 366 | 112 | 116 | 0 | 4 | 363 | 133 | 73 |
| Binary | 1000001 | 110110 | 11110110 | 1001010 | 1001110 | 0 | 100 | 11110011 | 1011011 | 111011 |
Color Harmonies of #4136F6
Complementary color
Monochromatic Colors of #4136F6
Black with #4136F6
Text Example
Text Example
White with #4136F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4136F6; }
p { color: rgb(65,54,246); }
H1.HeaderClassName
{
color: #4136F6;
}
.AnyTagClassName
{
color: #4136F6;
}
</style>
background-color css
<style>
a { background-color: #4136F6; }
a { background-color: rgb(65,54,246); }
div.DivClassName
{
background-color: #4136F6;
}
.BgClassName
{
background-color: #4136F6;
}
</style>
border-color css
<style>
span { border-color: #4136F6; }
span { border-color: rgb(65,54,246); }
td.TdClassName
{
border-color: #4136F6;
}
.TagClassName
{
border-color: #4136F6;
}
</style>