Shades of Neon Blue #474CEE
Tints of Neon Blue #474CEE
RGB
CMYK
RGB Variations
Color information
#474CEE (or 0x474CEE) is known color: Neon Blue. HEX triplet: 47, 4C and EE. RGB value is (71,76,238). Sum of RGB (Red+Green+Blue) = 71+76+238=385 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.44% from 385); Green value is 76 (30.08% from 255 or 19.74% from 385); Blue value is 238 (93.36% from 255 or 61.82% from 385); Max value from RGB is 238 - color contains mainly: blue. Hex color #474CEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #474CEE is #B8B311. Grayscale: #5C5C5C. Windows color (decimal): -12104466 or 15617095. OLE color: 15617095.
HSL color Cylindrical-coordinate representation of color #474CEE: hue angle of 238.2º 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 #474CEE is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 76 | 238 | - |
| CMYK | 0.70 | 0.68 | 0 | 0.07 |
| HSL | 238.2º | 0.83% | 0.61% | - |
| HSV(B) | 238.2º | 0.7% | 0.93% | - |
| XYZ | 20.62 | 12.68 | 82.25 | - |
| YUV | 92.97 | 209.84 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 76 | 238 | 0.70 | 0.68 | 0 | 0.07 | 238.2 | 0.83 | 0.61 |
| Hex | 47 | 4C | EE | 46 | 44 | 0 | 7 | EE | 53 | 3D |
| Octal | 107 | 114 | 356 | 106 | 104 | 0 | 7 | 356 | 123 | 75 |
| Binary | 1000111 | 1001100 | 11101110 | 1000110 | 1000100 | 0 | 111 | 11101110 | 1010011 | 111101 |
Color Harmonies of #474CEE
Complementary color
Monochromatic Colors of #474CEE
Black with #474CEE
Text Example
Text Example
White with #474CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474CEE; }
p { color: rgb(71,76,238); }
H1.HeaderClassName
{
color: #474CEE;
}
.AnyTagClassName
{
color: #474CEE;
}
</style>
background-color css
<style>
a { background-color: #474CEE; }
a { background-color: rgb(71,76,238); }
div.DivClassName
{
background-color: #474CEE;
}
.BgClassName
{
background-color: #474CEE;
}
</style>
border-color css
<style>
span { border-color: #474CEE; }
span { border-color: rgb(71,76,238); }
td.TdClassName
{
border-color: #474CEE;
}
.TagClassName
{
border-color: #474CEE;
}
</style>