Shades of Neon Blue #474CE8
Tints of Neon Blue #474CE8
RGB
CMYK
RGB Variations
Color information
#474CE8 (or 0x474CE8) is known color: Neon Blue. HEX triplet: 47, 4C and E8. RGB value is (71,76,232). Sum of RGB (Red+Green+Blue) = 71+76+232=379 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.73% from 379); Green value is 76 (30.08% from 255 or 20.05% from 379); Blue value is 232 (91.02% from 255 or 61.21% from 379); Max value from RGB is 232 - color contains mainly: blue. Hex color #474CE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #474CE8 is #B8B317. Grayscale: #5B5B5B. Windows color (decimal): -12104472 or 15223879. OLE color: 15223879.
HSL color Cylindrical-coordinate representation of color #474CE8: hue angle of 238.14º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #474CE8 is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 71 | 76 | 232 | - |
| CMYK | 0.69 | 0.67 | 0 | 0.09 |
| HSL | 238.14º | 0.78% | 0.59% | - |
| HSV(B) | 238.14º | 0.69% | 0.91% | - |
| XYZ | 19.75 | 12.33 | 77.68 | - |
| YUV | 92.29 | 206.84 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 76 | 232 | 0.69 | 0.67 | 0 | 0.09 | 238.14 | 0.78 | 0.59 |
| Hex | 47 | 4C | E8 | 45 | 43 | 0 | 9 | EE | 4E | 3B |
| Octal | 107 | 114 | 350 | 105 | 103 | 0 | 11 | 356 | 116 | 73 |
| Binary | 1000111 | 1001100 | 11101000 | 1000101 | 1000011 | 0 | 1001 | 11101110 | 1001110 | 111011 |
Color Harmonies of #474CE8
Complementary color
Monochromatic Colors of #474CE8
Black with #474CE8
Text Example
Text Example
White with #474CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474CE8; }
p { color: rgb(71,76,232); }
H1.HeaderClassName
{
color: #474CE8;
}
.AnyTagClassName
{
color: #474CE8;
}
</style>
background-color css
<style>
a { background-color: #474CE8; }
a { background-color: rgb(71,76,232); }
div.DivClassName
{
background-color: #474CE8;
}
.BgClassName
{
background-color: #474CE8;
}
</style>
border-color css
<style>
span { border-color: #474CE8; }
span { border-color: rgb(71,76,232); }
td.TdClassName
{
border-color: #474CE8;
}
.TagClassName
{
border-color: #474CE8;
}
</style>