#473ADD

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

Shades of Neon Blue #473ADD

Tints of Neon Blue #473ADD

Color information

#473ADD (or 0x473ADD) is unknown color: approx Neon Blue. HEX triplet: 47, 3A and DD. RGB value is (71,58,221). Sum of RGB (Red+Green+Blue) = 71+58+221=350 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.29% from 350); Green value is 58 (23.05% from 255 or 16.57% from 350); Blue value is 221 (86.72% from 255 or 63.14% from 350); Max value from RGB is 221 - color contains mainly: blue. Hex color #473ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473ADD is #B8C522. Grayscale: #4F4F4F. Windows color (decimal): -12109091 or 14498375. OLE color: 14498375.

HSL color Cylindrical-coordinate representation of color #473ADD: hue angle of 244.79º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #473ADD is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7158221-
CMYK0.680.7400.13
HSL244.79º70.56%54.71%-
HSV(B)244.79º73.76%86.67%-
XYZ17.169.5969.35-
YUV80.47207.31121.25-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.29%
GREEN value IS 58 (23.05% from 255) = 16.57%
BLUE value IS 221 (86.72% from 255) = 63.14%
R=20.29%
G=16.57%
B=63.14%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal71582210.680.7400.13244.7970.5654.71
Hex473ADD444A0Df54737
Octal1077233510411201536510767
Binary1000111111010110111011000100100101001101111101011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,58,221); }

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

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

 a { background-color: rgb(71,58,221); }

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

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

 span { border-color: rgb(71,58,221); }

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