Shades of Neon Blue #474DED
Tints of Neon Blue #474DED
RGB
CMYK
RGB Variations
Color information
#474DED (or 0x474DED) is known color: Neon Blue. HEX triplet: 47, 4D and ED. RGB value is (71,77,237). Sum of RGB (Red+Green+Blue) = 71+77+237=385 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.44% from 385); Green value is 77 (30.47% from 255 or 20% from 385); Blue value is 237 (92.97% from 255 or 61.56% from 385); Max value from RGB is 237 - color contains mainly: blue. Hex color #474DED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #474DED is #B8B212. Grayscale: #5C5C5C. Windows color (decimal): -12104211 or 15551815. OLE color: 15551815.
HSL color Cylindrical-coordinate representation of color #474DED: hue angle of 237.83º 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 #474DED is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 77 | 237 | - |
| CMYK | 0.70 | 0.68 | 0 | 0.07 |
| HSL | 237.83º | 0.82% | 0.6% | - |
| HSV(B) | 237.83º | 0.7% | 0.93% | - |
| XYZ | 20.54 | 12.76 | 81.5 | - |
| YUV | 93.45 | 209.01 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 77 | 237 | 0.70 | 0.68 | 0 | 0.07 | 237.83 | 0.82 | 0.6 |
| Hex | 47 | 4D | ED | 46 | 44 | 0 | 7 | EE | 52 | 3C |
| Octal | 107 | 115 | 355 | 106 | 104 | 0 | 7 | 356 | 122 | 74 |
| Binary | 1000111 | 1001101 | 11101101 | 1000110 | 1000100 | 0 | 111 | 11101110 | 1010010 | 111100 |
Color Harmonies of #474DED
Complementary color
Monochromatic Colors of #474DED
Black with #474DED
Text Example
Text Example
White with #474DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474DED; }
p { color: rgb(71,77,237); }
H1.HeaderClassName
{
color: #474DED;
}
.AnyTagClassName
{
color: #474DED;
}
</style>
background-color css
<style>
a { background-color: #474DED; }
a { background-color: rgb(71,77,237); }
div.DivClassName
{
background-color: #474DED;
}
.BgClassName
{
background-color: #474DED;
}
</style>
border-color css
<style>
span { border-color: #474DED; }
span { border-color: rgb(71,77,237); }
td.TdClassName
{
border-color: #474DED;
}
.TagClassName
{
border-color: #474DED;
}
</style>