Shades of Neon Blue #4138EC
Tints of Neon Blue #4138EC
RGB
CMYK
RGB Variations
Color information
#4138EC (or 0x4138EC) is known color: Neon Blue. HEX triplet: 41, 38 and EC. RGB value is (65,56,236). Sum of RGB (Red+Green+Blue) = 65+56+236=357 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.21% from 357); Green value is 56 (22.27% from 255 or 15.69% from 357); Blue value is 236 (92.58% from 255 or 66.11% from 357); Max value from RGB is 236 - color contains mainly: blue. Hex color #4138EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4138EC is #BEC713. Grayscale: #4E4E4E. Windows color (decimal): -12502804 or 15480897. OLE color: 15480897.
HSL color Cylindrical-coordinate representation of color #4138EC: hue angle of 243º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4138EC is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 56 | 236 | - |
| CMYK | 0.72 | 0.76 | 0 | 0.07 |
| HSL | 243º | 0.83% | 0.57% | - |
| HSV(B) | 243º | 0.76% | 0.93% | - |
| XYZ | 18.73 | 10.01 | 80.3 | - |
| YUV | 79.21 | 216.48 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 56 | 236 | 0.72 | 0.76 | 0 | 0.07 | 243 | 0.83 | 0.57 |
| Hex | 41 | 38 | EC | 48 | 4C | 0 | 7 | F3 | 53 | 39 |
| Octal | 101 | 70 | 354 | 110 | 114 | 0 | 7 | 363 | 123 | 71 |
| Binary | 1000001 | 111000 | 11101100 | 1001000 | 1001100 | 0 | 111 | 11110011 | 1010011 | 111001 |
Color Harmonies of #4138EC
Complementary color
Monochromatic Colors of #4138EC
Black with #4138EC
Text Example
Text Example
White with #4138EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4138EC; }
p { color: rgb(65,56,236); }
H1.HeaderClassName
{
color: #4138EC;
}
.AnyTagClassName
{
color: #4138EC;
}
</style>
background-color css
<style>
a { background-color: #4138EC; }
a { background-color: rgb(65,56,236); }
div.DivClassName
{
background-color: #4138EC;
}
.BgClassName
{
background-color: #4138EC;
}
</style>
border-color css
<style>
span { border-color: #4138EC; }
span { border-color: rgb(65,56,236); }
td.TdClassName
{
border-color: #4138EC;
}
.TagClassName
{
border-color: #4138EC;
}
</style>