Shades of Neon Blue #4354EC
Tints of Neon Blue #4354EC
RGB
CMYK
RGB Variations
Color information
#4354EC (or 0x4354EC) is known color: Neon Blue. HEX triplet: 43, 54 and EC. RGB value is (67,84,236). Sum of RGB (Red+Green+Blue) = 67+84+236=387 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.31% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 236 (92.58% from 255 or 60.98% from 387); Max value from RGB is 236 - color contains mainly: blue. Hex color #4354EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4354EC is #BCAB13. Grayscale: #5F5F5F. Windows color (decimal): -12364564 or 15488067. OLE color: 15488067.
HSL color Cylindrical-coordinate representation of color #4354EC: hue angle of 233.96º 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 #4354EC is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 67 | 84 | 236 | - |
| CMYK | 0.72 | 0.64 | 0 | 0.07 |
| HSL | 233.96º | 0.82% | 0.59% | - |
| HSV(B) | 233.96º | 0.72% | 0.93% | - |
| XYZ | 20.63 | 13.59 | 80.89 | - |
| YUV | 96.25 | 206.87 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 84 | 236 | 0.72 | 0.64 | 0 | 0.07 | 233.96 | 0.82 | 0.59 |
| Hex | 43 | 54 | EC | 48 | 40 | 0 | 7 | EA | 52 | 3B |
| Octal | 103 | 124 | 354 | 110 | 100 | 0 | 7 | 352 | 122 | 73 |
| Binary | 1000011 | 1010100 | 11101100 | 1001000 | 1000000 | 0 | 111 | 11101010 | 1010010 | 111011 |
Color Harmonies of #4354EC
Complementary color
Monochromatic Colors of #4354EC
Black with #4354EC
Text Example
Text Example
White with #4354EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4354EC; }
p { color: rgb(67,84,236); }
H1.HeaderClassName
{
color: #4354EC;
}
.AnyTagClassName
{
color: #4354EC;
}
</style>
background-color css
<style>
a { background-color: #4354EC; }
a { background-color: rgb(67,84,236); }
div.DivClassName
{
background-color: #4354EC;
}
.BgClassName
{
background-color: #4354EC;
}
</style>
border-color css
<style>
span { border-color: #4354EC; }
span { border-color: rgb(67,84,236); }
td.TdClassName
{
border-color: #4354EC;
}
.TagClassName
{
border-color: #4354EC;
}
</style>