Shades of Neon Blue #474EEF
Tints of Neon Blue #474EEF
RGB
CMYK
RGB Variations
Color information
#474EEF (or 0x474EEF) is known color: Neon Blue. HEX triplet: 47, 4E and EF. RGB value is (71,78,239). Sum of RGB (Red+Green+Blue) = 71+78+239=388 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.30% from 388); Green value is 78 (30.86% from 255 or 20.10% from 388); Blue value is 239 (93.75% from 255 or 61.60% from 388); Max value from RGB is 239 - color contains mainly: blue. Hex color #474EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #474EEF is #B8B110. Grayscale: #5D5D5D. Windows color (decimal): -12103953 or 15683143. OLE color: 15683143.
HSL color Cylindrical-coordinate representation of color #474EEF: hue angle of 237.5º 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 #474EEF is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 71 | 78 | 239 | - |
| CMYK | 0.70 | 0.67 | 0 | 0.06 |
| HSL | 237.5º | 0.84% | 0.61% | - |
| HSV(B) | 237.5º | 0.7% | 0.94% | - |
| XYZ | 20.9 | 13.02 | 83.07 | - |
| YUV | 94.26 | 209.68 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 78 | 239 | 0.70 | 0.67 | 0 | 0.06 | 237.5 | 0.84 | 0.61 |
| Hex | 47 | 4E | EF | 46 | 43 | 0 | 6 | EE | 54 | 3D |
| Octal | 107 | 116 | 357 | 106 | 103 | 0 | 6 | 356 | 124 | 75 |
| Binary | 1000111 | 1001110 | 11101111 | 1000110 | 1000011 | 0 | 110 | 11101110 | 1010100 | 111101 |
Color Harmonies of #474EEF
Complementary color
Monochromatic Colors of #474EEF
Black with #474EEF
Text Example
Text Example
White with #474EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474EEF; }
p { color: rgb(71,78,239); }
H1.HeaderClassName
{
color: #474EEF;
}
.AnyTagClassName
{
color: #474EEF;
}
</style>
background-color css
<style>
a { background-color: #474EEF; }
a { background-color: rgb(71,78,239); }
div.DivClassName
{
background-color: #474EEF;
}
.BgClassName
{
background-color: #474EEF;
}
</style>
border-color css
<style>
span { border-color: #474EEF; }
span { border-color: rgb(71,78,239); }
td.TdClassName
{
border-color: #474EEF;
}
.TagClassName
{
border-color: #474EEF;
}
</style>