Shades of Neon Blue #474EEE
Tints of Neon Blue #474EEE
RGB
CMYK
RGB Variations
Color information
#474EEE (or 0x474EEE) is known color: Neon Blue. HEX triplet: 47, 4E and EE. RGB value is (71,78,238). Sum of RGB (Red+Green+Blue) = 71+78+238=387 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.35% from 387); Green value is 78 (30.86% from 255 or 20.16% from 387); Blue value is 238 (93.36% from 255 or 61.50% from 387); Max value from RGB is 238 - color contains mainly: blue. Hex color #474EEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #474EEE is #B8B111. Grayscale: #5D5D5D. Windows color (decimal): -12103954 or 15617607. OLE color: 15617607.
HSL color Cylindrical-coordinate representation of color #474EEE: hue angle of 237.49º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #474EEE is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 78 | 238 | - |
| CMYK | 0.70 | 0.67 | 0 | 0.07 |
| HSL | 237.49º | 0.83% | 0.61% | - |
| HSV(B) | 237.49º | 0.7% | 0.93% | - |
| XYZ | 20.76 | 12.96 | 82.3 | - |
| YUV | 94.15 | 209.18 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 78 | 238 | 0.70 | 0.67 | 0 | 0.07 | 237.49 | 0.83 | 0.61 |
| Hex | 47 | 4E | EE | 46 | 43 | 0 | 7 | ED | 53 | 3D |
| Octal | 107 | 116 | 356 | 106 | 103 | 0 | 7 | 355 | 123 | 75 |
| Binary | 1000111 | 1001110 | 11101110 | 1000110 | 1000011 | 0 | 111 | 11101101 | 1010011 | 111101 |
Color Harmonies of #474EEE
Complementary color
Monochromatic Colors of #474EEE
Black with #474EEE
Text Example
Text Example
White with #474EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474EEE; }
p { color: rgb(71,78,238); }
H1.HeaderClassName
{
color: #474EEE;
}
.AnyTagClassName
{
color: #474EEE;
}
</style>
background-color css
<style>
a { background-color: #474EEE; }
a { background-color: rgb(71,78,238); }
div.DivClassName
{
background-color: #474EEE;
}
.BgClassName
{
background-color: #474EEE;
}
</style>
border-color css
<style>
span { border-color: #474EEE; }
span { border-color: rgb(71,78,238); }
td.TdClassName
{
border-color: #474EEE;
}
.TagClassName
{
border-color: #474EEE;
}
</style>