Shades of Neon Blue #473DE0
Tints of Neon Blue #473DE0
RGB
CMYK
RGB Variations
Color information
#473DE0 (or 0x473DE0) is known color: Neon Blue. HEX triplet: 47, 3D and E0. RGB value is (71,61,224). Sum of RGB (Red+Green+Blue) = 71+61+224=356 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.94% from 356); Green value is 61 (24.22% from 255 or 17.13% from 356); Blue value is 224 (87.89% from 255 or 62.92% from 356); Max value from RGB is 224 - color contains mainly: blue. Hex color #473DE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473DE0 is #B8C21F. Grayscale: #515151. Windows color (decimal): -12108320 or 14695751. OLE color: 14695751.
HSL color Cylindrical-coordinate representation of color #473DE0: hue angle of 243.68º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #473DE0 is Cyan = 0.68, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 71 | 61 | 224 | - |
| CMYK | 0.68 | 0.73 | 0 | 0.12 |
| HSL | 243.68º | 0.72% | 0.56% | - |
| HSV(B) | 243.68º | 0.73% | 0.88% | - |
| XYZ | 17.72 | 10.06 | 71.53 | - |
| YUV | 82.57 | 207.81 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 61 | 224 | 0.68 | 0.73 | 0 | 0.12 | 243.68 | 0.72 | 0.56 |
| Hex | 47 | 3D | E0 | 44 | 49 | 0 | C | F4 | 48 | 38 |
| Octal | 107 | 75 | 340 | 104 | 111 | 0 | 14 | 364 | 110 | 70 |
| Binary | 1000111 | 111101 | 11100000 | 1000100 | 1001001 | 0 | 1100 | 11110100 | 1001000 | 111000 |
Color Harmonies of #473DE0
Complementary color
Monochromatic Colors of #473DE0
Black with #473DE0
Text Example
Text Example
White with #473DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473DE0; }
p { color: rgb(71,61,224); }
H1.HeaderClassName
{
color: #473DE0;
}
.AnyTagClassName
{
color: #473DE0;
}
</style>
background-color css
<style>
a { background-color: #473DE0; }
a { background-color: rgb(71,61,224); }
div.DivClassName
{
background-color: #473DE0;
}
.BgClassName
{
background-color: #473DE0;
}
</style>
border-color css
<style>
span { border-color: #473DE0; }
span { border-color: rgb(71,61,224); }
td.TdClassName
{
border-color: #473DE0;
}
.TagClassName
{
border-color: #473DE0;
}
</style>