Shades of Neon Blue #474CEA
Tints of Neon Blue #474CEA
RGB
CMYK
RGB Variations
Color information
#474CEA (or 0x474CEA) is known color: Neon Blue. HEX triplet: 47, 4C and EA. RGB value is (71,76,234). Sum of RGB (Red+Green+Blue) = 71+76+234=381 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.64% from 381); Green value is 76 (30.08% from 255 or 19.95% from 381); Blue value is 234 (91.80% from 255 or 61.42% from 381); Max value from RGB is 234 - color contains mainly: blue. Hex color #474CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #474CEA is #B8B315. Grayscale: #5B5B5B. Windows color (decimal): -12104470 or 15354951. OLE color: 15354951.
HSL color Cylindrical-coordinate representation of color #474CEA: hue angle of 238.16º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #474CEA is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 71 | 76 | 234 | - |
| CMYK | 0.70 | 0.68 | 0 | 0.08 |
| HSL | 238.16º | 0.8% | 0.6% | - |
| HSV(B) | 238.16º | 0.7% | 0.92% | - |
| XYZ | 20.03 | 12.45 | 79.19 | - |
| YUV | 92.52 | 207.84 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 76 | 234 | 0.70 | 0.68 | 0 | 0.08 | 238.16 | 0.8 | 0.6 |
| Hex | 47 | 4C | EA | 46 | 44 | 0 | 8 | EE | 50 | 3C |
| Octal | 107 | 114 | 352 | 106 | 104 | 0 | 10 | 356 | 120 | 74 |
| Binary | 1000111 | 1001100 | 11101010 | 1000110 | 1000100 | 0 | 1000 | 11101110 | 1010000 | 111100 |
Color Harmonies of #474CEA
Complementary color
Monochromatic Colors of #474CEA
Black with #474CEA
Text Example
Text Example
White with #474CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474CEA; }
p { color: rgb(71,76,234); }
H1.HeaderClassName
{
color: #474CEA;
}
.AnyTagClassName
{
color: #474CEA;
}
</style>
background-color css
<style>
a { background-color: #474CEA; }
a { background-color: rgb(71,76,234); }
div.DivClassName
{
background-color: #474CEA;
}
.BgClassName
{
background-color: #474CEA;
}
</style>
border-color css
<style>
span { border-color: #474CEA; }
span { border-color: rgb(71,76,234); }
td.TdClassName
{
border-color: #474CEA;
}
.TagClassName
{
border-color: #474CEA;
}
</style>