Shades of Neon Blue #4136EA
Tints of Neon Blue #4136EA
RGB
CMYK
RGB Variations
Color information
#4136EA (or 0x4136EA) is known color: Neon Blue. HEX triplet: 41, 36 and EA. RGB value is (65,54,234). Sum of RGB (Red+Green+Blue) = 65+54+234=353 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.41% from 353); Green value is 54 (21.48% from 255 or 15.30% from 353); Blue value is 234 (91.80% from 255 or 66.29% from 353); Max value from RGB is 234 - color contains mainly: blue. Hex color #4136EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4136EA is #BEC915. Grayscale: #4D4D4D. Windows color (decimal): -12503318 or 15349313. OLE color: 15349313.
HSL color Cylindrical-coordinate representation of color #4136EA: hue angle of 243.67º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4136EA is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 65 | 54 | 234 | - |
| CMYK | 0.72 | 0.77 | 0 | 0.08 |
| HSL | 243.67º | 0.81% | 0.56% | - |
| HSV(B) | 243.67º | 0.77% | 0.92% | - |
| XYZ | 18.35 | 9.7 | 78.75 | - |
| YUV | 77.81 | 216.14 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 54 | 234 | 0.72 | 0.77 | 0 | 0.08 | 243.67 | 0.81 | 0.56 |
| Hex | 41 | 36 | EA | 48 | 4D | 0 | 8 | F4 | 51 | 38 |
| Octal | 101 | 66 | 352 | 110 | 115 | 0 | 10 | 364 | 121 | 70 |
| Binary | 1000001 | 110110 | 11101010 | 1001000 | 1001101 | 0 | 1000 | 11110100 | 1010001 | 111000 |
Color Harmonies of #4136EA
Complementary color
Monochromatic Colors of #4136EA
Black with #4136EA
Text Example
Text Example
White with #4136EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4136EA; }
p { color: rgb(65,54,234); }
H1.HeaderClassName
{
color: #4136EA;
}
.AnyTagClassName
{
color: #4136EA;
}
</style>
background-color css
<style>
a { background-color: #4136EA; }
a { background-color: rgb(65,54,234); }
div.DivClassName
{
background-color: #4136EA;
}
.BgClassName
{
background-color: #4136EA;
}
</style>
border-color css
<style>
span { border-color: #4136EA; }
span { border-color: rgb(65,54,234); }
td.TdClassName
{
border-color: #4136EA;
}
.TagClassName
{
border-color: #4136EA;
}
</style>