Shades of Neon Blue #4344EC
Tints of Neon Blue #4344EC
RGB
CMYK
RGB Variations
Color information
#4344EC (or 0x4344EC) is known color: Neon Blue. HEX triplet: 43, 44 and EC. RGB value is (67,68,236). Sum of RGB (Red+Green+Blue) = 67+68+236=371 (49% of max value = 765). Red value is 67 (26.56% from 255 or 18.06% from 371); Green value is 68 (26.95% from 255 or 18.33% from 371); Blue value is 236 (92.58% from 255 or 63.61% from 371); Max value from RGB is 236 - color contains mainly: blue. Hex color #4344EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4344EC is #BCBB13. Grayscale: #565656. Windows color (decimal): -12368660 or 15483971. OLE color: 15483971.
HSL color Cylindrical-coordinate representation of color #4344EC: hue angle of 239.64º 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 #4344EC is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 67 | 68 | 236 | - |
| CMYK | 0.72 | 0.71 | 0 | 0.07 |
| HSL | 239.65º | 0.82% | 0.59% | - |
| HSV(B) | 239.65º | 0.72% | 0.93% | - |
| XYZ | 19.52 | 11.38 | 80.53 | - |
| YUV | 86.85 | 212.17 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 68 | 236 | 0.72 | 0.71 | 0 | 0.07 | 239.65 | 0.82 | 0.59 |
| Hex | 43 | 44 | EC | 48 | 47 | 0 | 7 | F0 | 52 | 3B |
| Octal | 103 | 104 | 354 | 110 | 107 | 0 | 7 | 360 | 122 | 73 |
| Binary | 1000011 | 1000100 | 11101100 | 1001000 | 1000111 | 0 | 111 | 11110000 | 1010010 | 111011 |
Color Harmonies of #4344EC
Complementary color
Monochromatic Colors of #4344EC
Black with #4344EC
Text Example
Text Example
White with #4344EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4344EC; }
p { color: rgb(67,68,236); }
H1.HeaderClassName
{
color: #4344EC;
}
.AnyTagClassName
{
color: #4344EC;
}
</style>
background-color css
<style>
a { background-color: #4344EC; }
a { background-color: rgb(67,68,236); }
div.DivClassName
{
background-color: #4344EC;
}
.BgClassName
{
background-color: #4344EC;
}
</style>
border-color css
<style>
span { border-color: #4344EC; }
span { border-color: rgb(67,68,236); }
td.TdClassName
{
border-color: #4344EC;
}
.TagClassName
{
border-color: #4344EC;
}
</style>