Shades of Neon Blue #474CEF
Tints of Neon Blue #474CEF
RGB
CMYK
RGB Variations
Color information
#474CEF (or 0x474CEF) is known color: Neon Blue. HEX triplet: 47, 4C and EF. RGB value is (71,76,239). Sum of RGB (Red+Green+Blue) = 71+76+239=386 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.39% from 386); Green value is 76 (30.08% from 255 or 19.69% from 386); Blue value is 239 (93.75% from 255 or 61.92% from 386); Max value from RGB is 239 - color contains mainly: blue. Hex color #474CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #474CEF is #B8B310. Grayscale: #5C5C5C. Windows color (decimal): -12104465 or 15682631. OLE color: 15682631.
HSL color Cylindrical-coordinate representation of color #474CEF: hue angle of 238.21º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #474CEF is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 71 | 76 | 239 | - |
| CMYK | 0.70 | 0.68 | 0 | 0.06 |
| HSL | 238.21º | 0.84% | 0.61% | - |
| HSV(B) | 238.21º | 0.7% | 0.94% | - |
| XYZ | 20.76 | 12.74 | 83.03 | - |
| YUV | 93.09 | 210.34 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 76 | 239 | 0.70 | 0.68 | 0 | 0.06 | 238.21 | 0.84 | 0.61 |
| Hex | 47 | 4C | EF | 46 | 44 | 0 | 6 | EE | 54 | 3D |
| Octal | 107 | 114 | 357 | 106 | 104 | 0 | 6 | 356 | 124 | 75 |
| Binary | 1000111 | 1001100 | 11101111 | 1000110 | 1000100 | 0 | 110 | 11101110 | 1010100 | 111101 |
Color Harmonies of #474CEF
Complementary color
Monochromatic Colors of #474CEF
Black with #474CEF
Text Example
Text Example
White with #474CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474CEF; }
p { color: rgb(71,76,239); }
H1.HeaderClassName
{
color: #474CEF;
}
.AnyTagClassName
{
color: #474CEF;
}
</style>
background-color css
<style>
a { background-color: #474CEF; }
a { background-color: rgb(71,76,239); }
div.DivClassName
{
background-color: #474CEF;
}
.BgClassName
{
background-color: #474CEF;
}
</style>
border-color css
<style>
span { border-color: #474CEF; }
span { border-color: rgb(71,76,239); }
td.TdClassName
{
border-color: #474CEF;
}
.TagClassName
{
border-color: #474CEF;
}
</style>