Shades of Neon Blue #4338EC
Tints of Neon Blue #4338EC
RGB
CMYK
RGB Variations
Color information
#4338EC (or 0x4338EC) is known color: Neon Blue. HEX triplet: 43, 38 and EC. RGB value is (67,56,236). Sum of RGB (Red+Green+Blue) = 67+56+236=359 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.66% from 359); Green value is 56 (22.27% from 255 or 15.60% from 359); Blue value is 236 (92.58% from 255 or 65.74% from 359); Max value from RGB is 236 - color contains mainly: blue. Hex color #4338EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4338EC is #BCC713. Grayscale: #4F4F4F. Windows color (decimal): -12371732 or 15480899. OLE color: 15480899.
HSL color Cylindrical-coordinate representation of color #4338EC: hue angle of 243.67º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4338EC is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 67 | 56 | 236 | - |
| CMYK | 0.72 | 0.76 | 0 | 0.07 |
| HSL | 243.67º | 0.83% | 0.57% | - |
| HSV(B) | 243.67º | 0.76% | 0.93% | - |
| XYZ | 18.87 | 10.08 | 80.31 | - |
| YUV | 79.81 | 216.14 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 56 | 236 | 0.72 | 0.76 | 0 | 0.07 | 243.67 | 0.83 | 0.57 |
| Hex | 43 | 38 | EC | 48 | 4C | 0 | 7 | F4 | 53 | 39 |
| Octal | 103 | 70 | 354 | 110 | 114 | 0 | 7 | 364 | 123 | 71 |
| Binary | 1000011 | 111000 | 11101100 | 1001000 | 1001100 | 0 | 111 | 11110100 | 1010011 | 111001 |
Color Harmonies of #4338EC
Complementary color
Monochromatic Colors of #4338EC
Black with #4338EC
Text Example
Text Example
White with #4338EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4338EC; }
p { color: rgb(67,56,236); }
H1.HeaderClassName
{
color: #4338EC;
}
.AnyTagClassName
{
color: #4338EC;
}
</style>
background-color css
<style>
a { background-color: #4338EC; }
a { background-color: rgb(67,56,236); }
div.DivClassName
{
background-color: #4338EC;
}
.BgClassName
{
background-color: #4338EC;
}
</style>
border-color css
<style>
span { border-color: #4338EC; }
span { border-color: rgb(67,56,236); }
td.TdClassName
{
border-color: #4338EC;
}
.TagClassName
{
border-color: #4338EC;
}
</style>