Shades of Neon Blue #4148EE
Tints of Neon Blue #4148EE
RGB
CMYK
RGB Variations
Color information
#4148EE (or 0x4148EE) is known color: Neon Blue. HEX triplet: 41, 48 and EE. RGB value is (65,72,238). Sum of RGB (Red+Green+Blue) = 65+72+238=375 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.33% from 375); Green value is 72 (28.52% from 255 or 19.2% from 375); Blue value is 238 (93.36% from 255 or 63.47% from 375); Max value from RGB is 238 - color contains mainly: blue. Hex color #4148EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4148EE is #BEB711. Grayscale: #585858. Windows color (decimal): -12498706 or 15616065. OLE color: 15616065.
HSL color Cylindrical-coordinate representation of color #4148EE: hue angle of 237.57º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4148EE is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 72 | 238 | - |
| CMYK | 0.73 | 0.70 | 0 | 0.07 |
| HSL | 237.57º | 0.84% | 0.59% | - |
| HSV(B) | 237.57º | 0.73% | 0.93% | - |
| XYZ | 19.93 | 11.93 | 82.14 | - |
| YUV | 88.83 | 212.18 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 72 | 238 | 0.73 | 0.70 | 0 | 0.07 | 237.57 | 0.84 | 0.59 |
| Hex | 41 | 48 | EE | 49 | 46 | 0 | 7 | EE | 54 | 3B |
| Octal | 101 | 110 | 356 | 111 | 106 | 0 | 7 | 356 | 124 | 73 |
| Binary | 1000001 | 1001000 | 11101110 | 1001001 | 1000110 | 0 | 111 | 11101110 | 1010100 | 111011 |
Color Harmonies of #4148EE
Complementary color
Monochromatic Colors of #4148EE
Black with #4148EE
Text Example
Text Example
White with #4148EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4148EE; }
p { color: rgb(65,72,238); }
H1.HeaderClassName
{
color: #4148EE;
}
.AnyTagClassName
{
color: #4148EE;
}
</style>
background-color css
<style>
a { background-color: #4148EE; }
a { background-color: rgb(65,72,238); }
div.DivClassName
{
background-color: #4148EE;
}
.BgClassName
{
background-color: #4148EE;
}
</style>
border-color css
<style>
span { border-color: #4148EE; }
span { border-color: rgb(65,72,238); }
td.TdClassName
{
border-color: #4148EE;
}
.TagClassName
{
border-color: #4148EE;
}
</style>