#473ef0

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

Shades of Neon Blue #473EF0

Tints of Neon Blue #473EF0

Color information

#473EF0 (or 0x473EF0) is unknown color: approx Neon Blue. HEX triplet: 47, 3E and F0. RGB value is (71,62,240). Sum of RGB (Red+Green+Blue) = 71+62+240=373 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.03% from 373); Green value is 62 (24.61% from 255 or 16.62% from 373); Blue value is 240 (94.14% from 255 or 64.34% from 373); Max value from RGB is 240 - color contains mainly: blue. Hex color #473EF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #473EF0 is #B8C10F. Grayscale: #545454. Windows color (decimal): -12108048 or 15744583. OLE color: 15744583.

HSL color Cylindrical-coordinate representation of color #473EF0: hue angle of 243.03º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #473EF0 is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB7162240-
CMYK0.700.7400.06
HSL243.03º85.58%59.22%-
HSV(B)243.03º74.17%94.12%-
XYZ20.0511.0883.52-
YUV84.98215.48118.03-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.03%
GREEN value IS 62 (24.61% from 255) = 16.62%
BLUE value IS 240 (94.14% from 255) = 64.34%
R=19.03%
G=16.62%
B=64.34%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal71622400.700.7400.06243.0385.5859.22
Hex473EF0464A06f3563b
Octal107763601061120636312673
Binary100011111111011110000100011010010100110111100111010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473ef0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,62,240); }

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

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

 a { background-color: rgb(71,62,240); }

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

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

 span { border-color: rgb(71,62,240); }

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