#473DE5

Color #473DE5 Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #473DE5

Tints of Neon Blue #473DE5

Color information

#473DE5 (or 0x473DE5) is unknown color: approx Neon Blue. HEX triplet: 47, 3D and E5. RGB value is (71,61,229). Sum of RGB (Red+Green+Blue) = 71+61+229=361 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.67% from 361); Green value is 61 (24.22% from 255 or 16.90% from 361); Blue value is 229 (89.84% from 255 or 63.43% from 361); Max value from RGB is 229 - color contains mainly: blue. Hex color #473DE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473DE5 is #B8C21A. Grayscale: #525252. Windows color (decimal): -12108315 or 15023431. OLE color: 15023431.

HSL color Cylindrical-coordinate representation of color #473DE5: hue angle of 243.57º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #473DE5 is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB7161229-
CMYK0.690.7300.10
HSL243.57º76.36%56.86%-
HSV(B)243.57º73.36%89.8%-
XYZ18.4110.3375.15-
YUV83.14210.31119.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 71 (28.12% from 255) = 19.67%
GREEN value IS 61 (24.22% from 255) = 16.90%
BLUE value IS 229 (89.84% from 255) = 63.43%
R=19.67%
G=16.90%
B=63.43%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal71612290.690.7300.10243.5776.3656.86
Hex473DE545490Af44c39
Octal1077534510511101236411471
Binary1000111111101111001011000101100100101010111101001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473DE5; }

 p { color: rgb(71,61,229); }

 H1.HeaderClassName
 {
   color: #473DE5;
 }
 .AnyTagClassName
 {
   color: #473DE5;
 }
</style>
background-color css

<style>
 a { background-color: #473DE5; }

 a { background-color: rgb(71,61,229); }

 div.DivClassName
 {
   background-color: #473DE5;
 }
 .BgClassName
 {
   background-color: #473DE5;
 }
</style>
border-color css

<style>
 span { border-color: #473DE5; }

 span { border-color: rgb(71,61,229); }

 td.TdClassName
 {
   border-color: #473DE5;
 }
 .TagClassName
 {
   border-color: #473DE5;
 }
</style>