Shades of Neon Blue #474CE6
Tints of Neon Blue #474CE6
RGB
CMYK
RGB Variations
Color information
#474CE6 (or 0x474CE6) is known color: Neon Blue. HEX triplet: 47, 4C and E6. RGB value is (71,76,230). Sum of RGB (Red+Green+Blue) = 71+76+230=377 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.83% from 377); Green value is 76 (30.08% from 255 or 20.16% from 377); Blue value is 230 (90.23% from 255 or 61.01% from 377); Max value from RGB is 230 - color contains mainly: blue. Hex color #474CE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #474CE6 is #B8B319. Grayscale: #5B5B5B. Windows color (decimal): -12104474 or 15092807. OLE color: 15092807.
HSL color Cylindrical-coordinate representation of color #474CE6: hue angle of 238.11º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #474CE6 is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 71 | 76 | 230 | - |
| CMYK | 0.69 | 0.67 | 0 | 0.10 |
| HSL | 238.11º | 0.76% | 0.59% | - |
| HSV(B) | 238.11º | 0.69% | 0.9% | - |
| XYZ | 19.47 | 12.22 | 76.2 | - |
| YUV | 92.06 | 205.84 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 76 | 230 | 0.69 | 0.67 | 0 | 0.10 | 238.11 | 0.76 | 0.59 |
| Hex | 47 | 4C | E6 | 45 | 43 | 0 | A | EE | 4C | 3B |
| Octal | 107 | 114 | 346 | 105 | 103 | 0 | 12 | 356 | 114 | 73 |
| Binary | 1000111 | 1001100 | 11100110 | 1000101 | 1000011 | 0 | 1010 | 11101110 | 1001100 | 111011 |
Color Harmonies of #474CE6
Complementary color
Monochromatic Colors of #474CE6
Black with #474CE6
Text Example
Text Example
White with #474CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474CE6; }
p { color: rgb(71,76,230); }
H1.HeaderClassName
{
color: #474CE6;
}
.AnyTagClassName
{
color: #474CE6;
}
</style>
background-color css
<style>
a { background-color: #474CE6; }
a { background-color: rgb(71,76,230); }
div.DivClassName
{
background-color: #474CE6;
}
.BgClassName
{
background-color: #474CE6;
}
</style>
border-color css
<style>
span { border-color: #474CE6; }
span { border-color: rgb(71,76,230); }
td.TdClassName
{
border-color: #474CE6;
}
.TagClassName
{
border-color: #474CE6;
}
</style>