Shades of Neon Blue #4148EC
Tints of Neon Blue #4148EC
RGB
CMYK
RGB Variations
Color information
#4148EC (or 0x4148EC) is known color: Neon Blue. HEX triplet: 41, 48 and EC. RGB value is (65,72,236). Sum of RGB (Red+Green+Blue) = 65+72+236=373 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.43% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 236 (92.58% from 255 or 63.27% from 373); Max value from RGB is 236 - color contains mainly: blue. Hex color #4148EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4148EC is #BEB713. Grayscale: #575757. Windows color (decimal): -12498708 or 15484993. OLE color: 15484993.
HSL color Cylindrical-coordinate representation of color #4148EC: hue angle of 237.54º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4148EC is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 72 | 236 | - |
| CMYK | 0.72 | 0.69 | 0 | 0.07 |
| HSL | 237.54º | 0.82% | 0.59% | - |
| HSV(B) | 237.54º | 0.72% | 0.93% | - |
| XYZ | 19.64 | 11.81 | 80.6 | - |
| YUV | 88.6 | 211.18 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 72 | 236 | 0.72 | 0.69 | 0 | 0.07 | 237.54 | 0.82 | 0.59 |
| Hex | 41 | 48 | EC | 48 | 45 | 0 | 7 | EE | 52 | 3B |
| Octal | 101 | 110 | 354 | 110 | 105 | 0 | 7 | 356 | 122 | 73 |
| Binary | 1000001 | 1001000 | 11101100 | 1001000 | 1000101 | 0 | 111 | 11101110 | 1010010 | 111011 |
Color Harmonies of #4148EC
Complementary color
Monochromatic Colors of #4148EC
Black with #4148EC
Text Example
Text Example
White with #4148EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4148EC; }
p { color: rgb(65,72,236); }
H1.HeaderClassName
{
color: #4148EC;
}
.AnyTagClassName
{
color: #4148EC;
}
</style>
background-color css
<style>
a { background-color: #4148EC; }
a { background-color: rgb(65,72,236); }
div.DivClassName
{
background-color: #4148EC;
}
.BgClassName
{
background-color: #4148EC;
}
</style>
border-color css
<style>
span { border-color: #4148EC; }
span { border-color: rgb(65,72,236); }
td.TdClassName
{
border-color: #4148EC;
}
.TagClassName
{
border-color: #4148EC;
}
</style>