Shades of Neon Blue #4334EF
Tints of Neon Blue #4334EF
RGB
CMYK
RGB Variations
Color information
#4334EF (or 0x4334EF) is known color: Neon Blue. HEX triplet: 43, 34 and EF. RGB value is (67,52,239). Sum of RGB (Red+Green+Blue) = 67+52+239=358 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.72% from 358); Green value is 52 (20.70% from 255 or 14.53% from 358); Blue value is 239 (93.75% from 255 or 66.76% from 358); Max value from RGB is 239 - color contains mainly: blue. Hex color #4334EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4334EF is #BCCB10. Grayscale: #4D4D4D. Windows color (decimal): -12372753 or 15676483. OLE color: 15676483.
HSL color Cylindrical-coordinate representation of color #4334EF: hue angle of 244.81º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4334EF is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 67 | 52 | 239 | - |
| CMYK | 0.72 | 0.78 | 0 | 0.06 |
| HSL | 244.81º | 0.85% | 0.57% | - |
| HSV(B) | 244.81º | 0.78% | 0.94% | - |
| XYZ | 19.12 | 9.88 | 82.56 | - |
| YUV | 77.8 | 218.97 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 52 | 239 | 0.72 | 0.78 | 0 | 0.06 | 244.81 | 0.85 | 0.57 |
| Hex | 43 | 34 | EF | 48 | 4E | 0 | 6 | F5 | 55 | 39 |
| Octal | 103 | 64 | 357 | 110 | 116 | 0 | 6 | 365 | 125 | 71 |
| Binary | 1000011 | 110100 | 11101111 | 1001000 | 1001110 | 0 | 110 | 11110101 | 1010101 | 111001 |
Color Harmonies of #4334EF
Complementary color
Monochromatic Colors of #4334EF
Black with #4334EF
Text Example
Text Example
White with #4334EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4334EF; }
p { color: rgb(67,52,239); }
H1.HeaderClassName
{
color: #4334EF;
}
.AnyTagClassName
{
color: #4334EF;
}
</style>
background-color css
<style>
a { background-color: #4334EF; }
a { background-color: rgb(67,52,239); }
div.DivClassName
{
background-color: #4334EF;
}
.BgClassName
{
background-color: #4334EF;
}
</style>
border-color css
<style>
span { border-color: #4334EF; }
span { border-color: rgb(67,52,239); }
td.TdClassName
{
border-color: #4334EF;
}
.TagClassName
{
border-color: #4334EF;
}
</style>