Shades of Neon Blue #474EEA
Tints of Neon Blue #474EEA
RGB
CMYK
RGB Variations
Color information
#474EEA (or 0x474EEA) is known color: Neon Blue. HEX triplet: 47, 4E and EA. RGB value is (71,78,234). Sum of RGB (Red+Green+Blue) = 71+78+234=383 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.54% from 383); Green value is 78 (30.86% from 255 or 20.37% from 383); Blue value is 234 (91.80% from 255 or 61.10% from 383); Max value from RGB is 234 - color contains mainly: blue. Hex color #474EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #474EEA is #B8B115. Grayscale: #5D5D5D. Windows color (decimal): -12103958 or 15355463. OLE color: 15355463.
HSL color Cylindrical-coordinate representation of color #474EEA: hue angle of 237.42º 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 #474EEA is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 71 | 78 | 234 | - |
| CMYK | 0.70 | 0.67 | 0 | 0.08 |
| HSL | 237.42º | 0.8% | 0.6% | - |
| HSV(B) | 237.42º | 0.7% | 0.92% | - |
| XYZ | 20.17 | 12.73 | 79.24 | - |
| YUV | 93.69 | 207.18 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 78 | 234 | 0.70 | 0.67 | 0 | 0.08 | 237.42 | 0.8 | 0.6 |
| Hex | 47 | 4E | EA | 46 | 43 | 0 | 8 | ED | 50 | 3C |
| Octal | 107 | 116 | 352 | 106 | 103 | 0 | 10 | 355 | 120 | 74 |
| Binary | 1000111 | 1001110 | 11101010 | 1000110 | 1000011 | 0 | 1000 | 11101101 | 1010000 | 111100 |
Color Harmonies of #474EEA
Complementary color
Monochromatic Colors of #474EEA
Black with #474EEA
Text Example
Text Example
White with #474EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474EEA; }
p { color: rgb(71,78,234); }
H1.HeaderClassName
{
color: #474EEA;
}
.AnyTagClassName
{
color: #474EEA;
}
</style>
background-color css
<style>
a { background-color: #474EEA; }
a { background-color: rgb(71,78,234); }
div.DivClassName
{
background-color: #474EEA;
}
.BgClassName
{
background-color: #474EEA;
}
</style>
border-color css
<style>
span { border-color: #474EEA; }
span { border-color: rgb(71,78,234); }
td.TdClassName
{
border-color: #474EEA;
}
.TagClassName
{
border-color: #474EEA;
}
</style>