Shades of Neon Blue #4154EC
Tints of Neon Blue #4154EC
RGB
CMYK
RGB Variations
Color information
#4154EC (or 0x4154EC) is known color: Neon Blue. HEX triplet: 41, 54 and EC. RGB value is (65,84,236). Sum of RGB (Red+Green+Blue) = 65+84+236=385 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.88% from 385); Green value is 84 (33.20% from 255 or 21.82% from 385); Blue value is 236 (92.58% from 255 or 61.30% from 385); Max value from RGB is 236 - color contains mainly: blue. Hex color #4154EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4154EC is #BEAB13. Grayscale: #5F5F5F. Windows color (decimal): -12495636 or 15488065. OLE color: 15488065.
HSL color Cylindrical-coordinate representation of color #4154EC: hue angle of 233.33º 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 #4154EC is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 84 | 236 | - |
| CMYK | 0.72 | 0.64 | 0 | 0.07 |
| HSL | 233.33º | 0.82% | 0.59% | - |
| HSV(B) | 233.33º | 0.72% | 0.93% | - |
| XYZ | 20.49 | 13.52 | 80.89 | - |
| YUV | 95.65 | 207.21 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 84 | 236 | 0.72 | 0.64 | 0 | 0.07 | 233.33 | 0.82 | 0.59 |
| Hex | 41 | 54 | EC | 48 | 40 | 0 | 7 | E9 | 52 | 3B |
| Octal | 101 | 124 | 354 | 110 | 100 | 0 | 7 | 351 | 122 | 73 |
| Binary | 1000001 | 1010100 | 11101100 | 1001000 | 1000000 | 0 | 111 | 11101001 | 1010010 | 111011 |
Color Harmonies of #4154EC
Complementary color
Monochromatic Colors of #4154EC
Black with #4154EC
Text Example
Text Example
White with #4154EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4154EC; }
p { color: rgb(65,84,236); }
H1.HeaderClassName
{
color: #4154EC;
}
.AnyTagClassName
{
color: #4154EC;
}
</style>
background-color css
<style>
a { background-color: #4154EC; }
a { background-color: rgb(65,84,236); }
div.DivClassName
{
background-color: #4154EC;
}
.BgClassName
{
background-color: #4154EC;
}
</style>
border-color css
<style>
span { border-color: #4154EC; }
span { border-color: rgb(65,84,236); }
td.TdClassName
{
border-color: #4154EC;
}
.TagClassName
{
border-color: #4154EC;
}
</style>