Shades of Neon Blue #4345EC
Tints of Neon Blue #4345EC
RGB
CMYK
RGB Variations
Color information
#4345EC (or 0x4345EC) is known color: Neon Blue. HEX triplet: 43, 45 and EC. RGB value is (67,69,236). Sum of RGB (Red+Green+Blue) = 67+69+236=372 (49% of max value = 765). Red value is 67 (26.56% from 255 or 18.01% from 372); Green value is 69 (27.34% from 255 or 18.55% from 372); Blue value is 236 (92.58% from 255 or 63.44% from 372); Max value from RGB is 236 - color contains mainly: blue. Hex color #4345EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4345EC is #BCBA13. Grayscale: #565656. Windows color (decimal): -12368404 or 15484227. OLE color: 15484227.
HSL color Cylindrical-coordinate representation of color #4345EC: hue angle of 239.29º 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 #4345EC is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 67 | 69 | 236 | - |
| CMYK | 0.72 | 0.71 | 0 | 0.07 |
| HSL | 239.29º | 0.82% | 0.59% | - |
| HSV(B) | 239.29º | 0.72% | 0.93% | - |
| XYZ | 19.58 | 11.51 | 80.55 | - |
| YUV | 87.44 | 211.84 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 69 | 236 | 0.72 | 0.71 | 0 | 0.07 | 239.29 | 0.82 | 0.59 |
| Hex | 43 | 45 | EC | 48 | 47 | 0 | 7 | EF | 52 | 3B |
| Octal | 103 | 105 | 354 | 110 | 107 | 0 | 7 | 357 | 122 | 73 |
| Binary | 1000011 | 1000101 | 11101100 | 1001000 | 1000111 | 0 | 111 | 11101111 | 1010010 | 111011 |
Color Harmonies of #4345EC
Complementary color
Monochromatic Colors of #4345EC
Black with #4345EC
Text Example
Text Example
White with #4345EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4345EC; }
p { color: rgb(67,69,236); }
H1.HeaderClassName
{
color: #4345EC;
}
.AnyTagClassName
{
color: #4345EC;
}
</style>
background-color css
<style>
a { background-color: #4345EC; }
a { background-color: rgb(67,69,236); }
div.DivClassName
{
background-color: #4345EC;
}
.BgClassName
{
background-color: #4345EC;
}
</style>
border-color css
<style>
span { border-color: #4345EC; }
span { border-color: rgb(67,69,236); }
td.TdClassName
{
border-color: #4345EC;
}
.TagClassName
{
border-color: #4345EC;
}
</style>