Shades of Neon Blue #474CEC
Tints of Neon Blue #474CEC
RGB
CMYK
RGB Variations
Color information
#474CEC (or 0x474CEC) is known color: Neon Blue. HEX triplet: 47, 4C and EC. RGB value is (71,76,236). Sum of RGB (Red+Green+Blue) = 71+76+236=383 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.54% from 383); Green value is 76 (30.08% from 255 or 19.84% from 383); Blue value is 236 (92.58% from 255 or 61.62% from 383); Max value from RGB is 236 - color contains mainly: blue. Hex color #474CEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #474CEC is #B8B313. Grayscale: #5C5C5C. Windows color (decimal): -12104468 or 15486023. OLE color: 15486023.
HSL color Cylindrical-coordinate representation of color #474CEC: hue angle of 238.18º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #474CEC is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 76 | 236 | - |
| CMYK | 0.70 | 0.68 | 0 | 0.07 |
| HSL | 238.18º | 0.81% | 0.6% | - |
| HSV(B) | 238.18º | 0.7% | 0.93% | - |
| XYZ | 20.32 | 12.56 | 80.71 | - |
| YUV | 92.75 | 208.84 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 76 | 236 | 0.70 | 0.68 | 0 | 0.07 | 238.18 | 0.81 | 0.6 |
| Hex | 47 | 4C | EC | 46 | 44 | 0 | 7 | EE | 51 | 3C |
| Octal | 107 | 114 | 354 | 106 | 104 | 0 | 7 | 356 | 121 | 74 |
| Binary | 1000111 | 1001100 | 11101100 | 1000110 | 1000100 | 0 | 111 | 11101110 | 1010001 | 111100 |
Color Harmonies of #474CEC
Complementary color
Monochromatic Colors of #474CEC
Black with #474CEC
Text Example
Text Example
White with #474CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474CEC; }
p { color: rgb(71,76,236); }
H1.HeaderClassName
{
color: #474CEC;
}
.AnyTagClassName
{
color: #474CEC;
}
</style>
background-color css
<style>
a { background-color: #474CEC; }
a { background-color: rgb(71,76,236); }
div.DivClassName
{
background-color: #474CEC;
}
.BgClassName
{
background-color: #474CEC;
}
</style>
border-color css
<style>
span { border-color: #474CEC; }
span { border-color: rgb(71,76,236); }
td.TdClassName
{
border-color: #474CEC;
}
.TagClassName
{
border-color: #474CEC;
}
</style>