Shades of Neon Blue #4434E1
Tints of Neon Blue #4434E1
RGB
CMYK
RGB Variations
Color information
#4434E1 (or 0x4434E1) is known color: Neon Blue. HEX triplet: 44, 34 and E1. RGB value is (68,52,225). Sum of RGB (Red+Green+Blue) = 68+52+225=345 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.71% from 345); Green value is 52 (20.70% from 255 or 15.07% from 345); Blue value is 225 (88.28% from 255 or 65.22% from 345); Max value from RGB is 225 - color contains mainly: blue. Hex color #4434E1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4434E1 is #BBCB1E. Grayscale: #4B4B4B. Windows color (decimal): -12307231 or 14758980. OLE color: 14758980.
HSL color Cylindrical-coordinate representation of color #4434E1: hue angle of 245.55º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4434E1 is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 68 | 52 | 225 | - |
| CMYK | 0.70 | 0.77 | 0 | 0.12 |
| HSL | 245.55º | 0.74% | 0.54% | - |
| HSV(B) | 245.55º | 0.77% | 0.88% | - |
| XYZ | 17.2 | 9.12 | 72.09 | - |
| YUV | 76.51 | 211.8 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 52 | 225 | 0.70 | 0.77 | 0 | 0.12 | 245.55 | 0.74 | 0.54 |
| Hex | 44 | 34 | E1 | 46 | 4D | 0 | C | F6 | 4A | 36 |
| Octal | 104 | 64 | 341 | 106 | 115 | 0 | 14 | 366 | 112 | 66 |
| Binary | 1000100 | 110100 | 11100001 | 1000110 | 1001101 | 0 | 1100 | 11110110 | 1001010 | 110110 |
Color Harmonies of #4434E1
Complementary color
Monochromatic Colors of #4434E1
Black with #4434E1
Text Example
Text Example
White with #4434E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4434E1; }
p { color: rgb(68,52,225); }
H1.HeaderClassName
{
color: #4434E1;
}
.AnyTagClassName
{
color: #4434E1;
}
</style>
background-color css
<style>
a { background-color: #4434E1; }
a { background-color: rgb(68,52,225); }
div.DivClassName
{
background-color: #4434E1;
}
.BgClassName
{
background-color: #4434E1;
}
</style>
border-color css
<style>
span { border-color: #4434E1; }
span { border-color: rgb(68,52,225); }
td.TdClassName
{
border-color: #4434E1;
}
.TagClassName
{
border-color: #4434E1;
}
</style>