Shades of Neon Blue #4434ED
Tints of Neon Blue #4434ED
RGB
CMYK
RGB Variations
Color information
#4434ED (or 0x4434ED) is known color: Neon Blue. HEX triplet: 44, 34 and ED. RGB value is (68,52,237). Sum of RGB (Red+Green+Blue) = 68+52+237=357 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.05% from 357); Green value is 52 (20.70% from 255 or 14.57% from 357); Blue value is 237 (92.97% from 255 or 66.39% from 357); Max value from RGB is 237 - color contains mainly: blue. Hex color #4434ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4434ED is #BBCB12. Grayscale: #4D4D4D. Windows color (decimal): -12307219 or 15545412. OLE color: 15545412.
HSL color Cylindrical-coordinate representation of color #4434ED: hue angle of 245.19º 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 #4434ED is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 52 | 237 | - |
| CMYK | 0.71 | 0.78 | 0 | 0.07 |
| HSL | 245.19º | 0.84% | 0.57% | - |
| HSV(B) | 245.19º | 0.78% | 0.93% | - |
| XYZ | 18.9 | 9.8 | 81.02 | - |
| YUV | 77.87 | 217.8 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 52 | 237 | 0.71 | 0.78 | 0 | 0.07 | 245.19 | 0.84 | 0.57 |
| Hex | 44 | 34 | ED | 47 | 4E | 0 | 7 | F5 | 54 | 39 |
| Octal | 104 | 64 | 355 | 107 | 116 | 0 | 7 | 365 | 124 | 71 |
| Binary | 1000100 | 110100 | 11101101 | 1000111 | 1001110 | 0 | 111 | 11110101 | 1010100 | 111001 |
Color Harmonies of #4434ED
Complementary color
Monochromatic Colors of #4434ED
Black with #4434ED
Text Example
Text Example
White with #4434ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4434ED; }
p { color: rgb(68,52,237); }
H1.HeaderClassName
{
color: #4434ED;
}
.AnyTagClassName
{
color: #4434ED;
}
</style>
background-color css
<style>
a { background-color: #4434ED; }
a { background-color: rgb(68,52,237); }
div.DivClassName
{
background-color: #4434ED;
}
.BgClassName
{
background-color: #4434ED;
}
</style>
border-color css
<style>
span { border-color: #4434ED; }
span { border-color: rgb(68,52,237); }
td.TdClassName
{
border-color: #4434ED;
}
.TagClassName
{
border-color: #4434ED;
}
</style>