Shades of Neon Blue #4744E4
Tints of Neon Blue #4744E4
RGB
CMYK
RGB Variations
Color information
#4744E4 (or 0x4744E4) is known color: Neon Blue. HEX triplet: 47, 44 and E4. RGB value is (71,68,228). Sum of RGB (Red+Green+Blue) = 71+68+228=367 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.35% from 367); Green value is 68 (26.95% from 255 or 18.53% from 367); Blue value is 228 (89.45% from 255 or 62.13% from 367); Max value from RGB is 228 - color contains mainly: blue. Hex color #4744E4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4744E4 is #B8BB1B. Grayscale: #565656. Windows color (decimal): -12106524 or 14959687. OLE color: 14959687.
HSL color Cylindrical-coordinate representation of color #4744E4: hue angle of 241.13º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4744E4 is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 71 | 68 | 228 | - |
| CMYK | 0.69 | 0.70 | 0 | 0.11 |
| HSL | 241.13º | 0.75% | 0.58% | - |
| HSV(B) | 241.13º | 0.7% | 0.89% | - |
| XYZ | 18.67 | 11.08 | 74.55 | - |
| YUV | 87.14 | 207.49 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 68 | 228 | 0.69 | 0.70 | 0 | 0.11 | 241.13 | 0.75 | 0.58 |
| Hex | 47 | 44 | E4 | 45 | 46 | 0 | B | F1 | 4B | 3A |
| Octal | 107 | 104 | 344 | 105 | 106 | 0 | 13 | 361 | 113 | 72 |
| Binary | 1000111 | 1000100 | 11100100 | 1000101 | 1000110 | 0 | 1011 | 11110001 | 1001011 | 111010 |
Color Harmonies of #4744E4
Complementary color
Monochromatic Colors of #4744E4
Black with #4744E4
Text Example
Text Example
White with #4744E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4744E4; }
p { color: rgb(71,68,228); }
H1.HeaderClassName
{
color: #4744E4;
}
.AnyTagClassName
{
color: #4744E4;
}
</style>
background-color css
<style>
a { background-color: #4744E4; }
a { background-color: rgb(71,68,228); }
div.DivClassName
{
background-color: #4744E4;
}
.BgClassName
{
background-color: #4744E4;
}
</style>
border-color css
<style>
span { border-color: #4744E4; }
span { border-color: rgb(71,68,228); }
td.TdClassName
{
border-color: #4744E4;
}
.TagClassName
{
border-color: #4744E4;
}
</style>