#473DFA

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

Shades of Neon Blue #473DFA

Tints of Neon Blue #473DFA

Color information

#473DFA (or 0x473DFA) is unknown color: approx Neon Blue. HEX triplet: 47, 3D and FA. RGB value is (71,61,250). Sum of RGB (Red+Green+Blue) = 71+61+250=382 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.59% from 382); Green value is 61 (24.22% from 255 or 15.97% from 382); Blue value is 250 (98.05% from 255 or 65.45% from 382); Max value from RGB is 250 - color contains mainly: blue. Hex color #473DFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #473DFA is #B8C205. Grayscale: #545454. Windows color (decimal): -12108294 or 16399687. OLE color: 16399687.

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

Color convert

RGB7161250-
CMYK0.720.7600.02
HSL243.17º94.97%60.98%-
HSV(B)243.17º75.6%98.04%-
XYZ21.5211.5891.54-
YUV85.54220.81117.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.59%
GREEN value IS 61 (24.22% from 255) = 15.97%
BLUE value IS 250 (98.05% from 255) = 65.45%
R=18.59%
G=15.97%
B=65.45%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal71612500.720.7600.02243.1794.9760.98
Hex473DFA484C02f35f3d
Octal107753721101140236313775
Binary10001111111011111101010010001001100010111100111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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