#473AFD

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

Shades of Neon Blue #473AFD

Tints of Neon Blue #473AFD

Color information

#473AFD (or 0x473AFD) is unknown color: approx Neon Blue. HEX triplet: 47, 3A and FD. RGB value is (71,58,253). Sum of RGB (Red+Green+Blue) = 71+58+253=382 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.59% from 382); Green value is 58 (23.05% from 255 or 15.18% from 382); Blue value is 253 (99.22% from 255 or 66.23% from 382); Max value from RGB is 253 - color contains mainly: blue. Hex color #473AFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #473AFD is #B8C502. Grayscale: #535353. Windows color (decimal): -12109059 or 16595527. OLE color: 16595527.

HSL color Cylindrical-coordinate representation of color #473AFD: hue angle of 244º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #473AFD is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB7158253-
CMYK0.720.7700.01
HSL244º97.99%60.98%-
HSV(B)244º77.08%99.22%-
XYZ21.8411.4693.99-
YUV84.12223.31118.64-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.59%
GREEN value IS 58 (23.05% from 255) = 15.18%
BLUE value IS 253 (99.22% from 255) = 66.23%
R=18.59%
G=15.18%
B=66.23%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal71582530.720.7700.0124497.9960.98
Hex473AFD484D01f4623d
Octal107723751101150136414275
Binary1000111111010111111011001000100110101111101001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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