Shades of Neon Blue #474CE1
Tints of Neon Blue #474CE1
RGB
CMYK
RGB Variations
Color information
#474CE1 (or 0x474CE1) is known color: Neon Blue. HEX triplet: 47, 4C and E1. RGB value is (71,76,225). Sum of RGB (Red+Green+Blue) = 71+76+225=372 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.09% from 372); Green value is 76 (30.08% from 255 or 20.43% from 372); Blue value is 225 (88.28% from 255 or 60.48% from 372); Max value from RGB is 225 - color contains mainly: blue. Hex color #474CE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #474CE1 is #B8B31E. Grayscale: #5A5A5A. Windows color (decimal): -12104479 or 14765127. OLE color: 14765127.
HSL color Cylindrical-coordinate representation of color #474CE1: hue angle of 238.05º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #474CE1 is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 71 | 76 | 225 | - |
| CMYK | 0.68 | 0.66 | 0 | 0.12 |
| HSL | 238.05º | 0.72% | 0.58% | - |
| HSV(B) | 238.05º | 0.68% | 0.88% | - |
| XYZ | 18.77 | 11.94 | 72.55 | - |
| YUV | 91.49 | 203.34 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 76 | 225 | 0.68 | 0.66 | 0 | 0.12 | 238.05 | 0.72 | 0.58 |
| Hex | 47 | 4C | E1 | 44 | 42 | 0 | C | EE | 48 | 3A |
| Octal | 107 | 114 | 341 | 104 | 102 | 0 | 14 | 356 | 110 | 72 |
| Binary | 1000111 | 1001100 | 11100001 | 1000100 | 1000010 | 0 | 1100 | 11101110 | 1001000 | 111010 |
Color Harmonies of #474CE1
Complementary color
Monochromatic Colors of #474CE1
Black with #474CE1
Text Example
Text Example
White with #474CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474CE1; }
p { color: rgb(71,76,225); }
H1.HeaderClassName
{
color: #474CE1;
}
.AnyTagClassName
{
color: #474CE1;
}
</style>
background-color css
<style>
a { background-color: #474CE1; }
a { background-color: rgb(71,76,225); }
div.DivClassName
{
background-color: #474CE1;
}
.BgClassName
{
background-color: #474CE1;
}
</style>
border-color css
<style>
span { border-color: #474CE1; }
span { border-color: rgb(71,76,225); }
td.TdClassName
{
border-color: #474CE1;
}
.TagClassName
{
border-color: #474CE1;
}
</style>