Shades of Neon Blue #474EED
Tints of Neon Blue #474EED
RGB
CMYK
RGB Variations
Color information
#474EED (or 0x474EED) is known color: Neon Blue. HEX triplet: 47, 4E and ED. RGB value is (71,78,237). Sum of RGB (Red+Green+Blue) = 71+78+237=386 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.39% from 386); Green value is 78 (30.86% from 255 or 20.21% from 386); Blue value is 237 (92.97% from 255 or 61.40% from 386); Max value from RGB is 237 - color contains mainly: blue. Hex color #474EED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #474EED is #B8B112. Grayscale: #5D5D5D. Windows color (decimal): -12103955 or 15552071. OLE color: 15552071.
HSL color Cylindrical-coordinate representation of color #474EED: hue angle of 237.47º degrees, saturation: 0.82, 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 #474EED is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 78 | 237 | - |
| CMYK | 0.70 | 0.67 | 0 | 0.07 |
| HSL | 237.47º | 0.82% | 0.6% | - |
| HSV(B) | 237.47º | 0.7% | 0.93% | - |
| XYZ | 20.61 | 12.9 | 81.53 | - |
| YUV | 94.03 | 208.68 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 78 | 237 | 0.70 | 0.67 | 0 | 0.07 | 237.47 | 0.82 | 0.6 |
| Hex | 47 | 4E | ED | 46 | 43 | 0 | 7 | ED | 52 | 3C |
| Octal | 107 | 116 | 355 | 106 | 103 | 0 | 7 | 355 | 122 | 74 |
| Binary | 1000111 | 1001110 | 11101101 | 1000110 | 1000011 | 0 | 111 | 11101101 | 1010010 | 111100 |
Color Harmonies of #474EED
Complementary color
Monochromatic Colors of #474EED
Black with #474EED
Text Example
Text Example
White with #474EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474EED; }
p { color: rgb(71,78,237); }
H1.HeaderClassName
{
color: #474EED;
}
.AnyTagClassName
{
color: #474EED;
}
</style>
background-color css
<style>
a { background-color: #474EED; }
a { background-color: rgb(71,78,237); }
div.DivClassName
{
background-color: #474EED;
}
.BgClassName
{
background-color: #474EED;
}
</style>
border-color css
<style>
span { border-color: #474EED; }
span { border-color: rgb(71,78,237); }
td.TdClassName
{
border-color: #474EED;
}
.TagClassName
{
border-color: #474EED;
}
</style>