Shades of Neon Blue #4334ED
Tints of Neon Blue #4334ED
RGB
CMYK
RGB Variations
Color information
#4334ED (or 0x4334ED) is known color: Neon Blue. HEX triplet: 43, 34 and ED. RGB value is (67,52,237). Sum of RGB (Red+Green+Blue) = 67+52+237=356 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.82% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 237 (92.97% from 255 or 66.57% from 356); Max value from RGB is 237 - color contains mainly: blue. Hex color #4334ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4334ED is #BCCB12. Grayscale: #4C4C4C. Windows color (decimal): -12372755 or 15545411. OLE color: 15545411.
HSL color Cylindrical-coordinate representation of color #4334ED: hue angle of 244.86º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4334ED is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 67 | 52 | 237 | - |
| CMYK | 0.72 | 0.78 | 0 | 0.07 |
| HSL | 244.86º | 0.84% | 0.57% | - |
| HSV(B) | 244.86º | 0.78% | 0.93% | - |
| XYZ | 18.83 | 9.76 | 81.01 | - |
| YUV | 77.58 | 217.97 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 52 | 237 | 0.72 | 0.78 | 0 | 0.07 | 244.86 | 0.84 | 0.57 |
| Hex | 43 | 34 | ED | 48 | 4E | 0 | 7 | F5 | 54 | 39 |
| Octal | 103 | 64 | 355 | 110 | 116 | 0 | 7 | 365 | 124 | 71 |
| Binary | 1000011 | 110100 | 11101101 | 1001000 | 1001110 | 0 | 111 | 11110101 | 1010100 | 111001 |
Color Harmonies of #4334ED
Complementary color
Monochromatic Colors of #4334ED
Black with #4334ED
Text Example
Text Example
White with #4334ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4334ED; }
p { color: rgb(67,52,237); }
H1.HeaderClassName
{
color: #4334ED;
}
.AnyTagClassName
{
color: #4334ED;
}
</style>
background-color css
<style>
a { background-color: #4334ED; }
a { background-color: rgb(67,52,237); }
div.DivClassName
{
background-color: #4334ED;
}
.BgClassName
{
background-color: #4334ED;
}
</style>
border-color css
<style>
span { border-color: #4334ED; }
span { border-color: rgb(67,52,237); }
td.TdClassName
{
border-color: #4334ED;
}
.TagClassName
{
border-color: #4334ED;
}
</style>