Shades of Neon Blue #4342EE
Tints of Neon Blue #4342EE
RGB
CMYK
RGB Variations
Color information
#4342EE (or 0x4342EE) is known color: Neon Blue. HEX triplet: 43, 42 and EE. RGB value is (67,66,238). Sum of RGB (Red+Green+Blue) = 67+66+238=371 (49% of max value = 765). Red value is 67 (26.56% from 255 or 18.06% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 238 (93.36% from 255 or 64.15% from 371); Max value from RGB is 238 - color contains mainly: blue. Hex color #4342EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4342EE is #BCBD11. Grayscale: #555555. Windows color (decimal): -12369170 or 15614531. OLE color: 15614531.
HSL color Cylindrical-coordinate representation of color #4342EE: hue angle of 240.35º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4342EE is Cyan = 0.72, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 67 | 66 | 238 | - |
| CMYK | 0.72 | 0.72 | 0 | 0.07 |
| HSL | 240.35º | 0.83% | 0.6% | - |
| HSV(B) | 240.35º | 0.72% | 0.93% | - |
| XYZ | 19.7 | 11.26 | 82.02 | - |
| YUV | 85.91 | 213.83 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 66 | 238 | 0.72 | 0.72 | 0 | 0.07 | 240.35 | 0.83 | 0.6 |
| Hex | 43 | 42 | EE | 48 | 48 | 0 | 7 | F0 | 53 | 3C |
| Octal | 103 | 102 | 356 | 110 | 110 | 0 | 7 | 360 | 123 | 74 |
| Binary | 1000011 | 1000010 | 11101110 | 1001000 | 1001000 | 0 | 111 | 11110000 | 1010011 | 111100 |
Color Harmonies of #4342EE
Complementary color
Monochromatic Colors of #4342EE
Black with #4342EE
Text Example
Text Example
White with #4342EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4342EE; }
p { color: rgb(67,66,238); }
H1.HeaderClassName
{
color: #4342EE;
}
.AnyTagClassName
{
color: #4342EE;
}
</style>
background-color css
<style>
a { background-color: #4342EE; }
a { background-color: rgb(67,66,238); }
div.DivClassName
{
background-color: #4342EE;
}
.BgClassName
{
background-color: #4342EE;
}
</style>
border-color css
<style>
span { border-color: #4342EE; }
span { border-color: rgb(67,66,238); }
td.TdClassName
{
border-color: #4342EE;
}
.TagClassName
{
border-color: #4342EE;
}
</style>