Html Css Color HEX #473ADC Neon Blue

📋 copy color: '#473ADC'

red 71 ◦ green 58 ◦ blue 220

#473ADC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #473ADC

Tints of Neon Blue #473ADC

RGB

 RED value IS 71 (28.13% from 255) = 20.34%

 GREEN value IS 58 (23.05% from 255) = 16.62%

 BLUE value IS 220 (86.33% from 255) = 63.04%

R = 20.34%
G = 16.62%
B = 63.04%

CMYK

 C value IS 0.68

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#473ADC (or 0x473ADC) is known color: Neon Blue. HEX triplet: 47, 3A and DC. RGB value is (71,58,220). Sum of RGB (Red+Green+Blue) = 71+58+220=349 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.34% from 349); Green value is 58 (23.05% from 255 or 16.62% from 349); Blue value is 220 (86.33% from 255 or 63.04% from 349); Max value from RGB is 220 - color contains mainly: blue. Hex color #473ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473ADC is #B8C523. Grayscale: #4F4F4F. Windows color (decimal): -12109092 or 14432839. OLE color: 14432839.

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

Color convert

RGB 71 58 220 -
CMYK 0.68 0.74 0 0.14
HSL 244.81º 0.7% 0.55% -
HSV(B) 244.81º 0.74% 0.86% -
XYZ 17.03 9.53 68.65 -
YUV 80.36 206.81 121.33 -
System Red Green Blue C M Y K H S L
Decimal 71 58 220 0.68 0.74 0 0.14 244.81 0.7 0.55
Hex 47 3A DC 44 4A 0 E F5 46 37
Octal 107 72 334 104 112 0 16 365 106 67
Binary 1000111 111010 11011100 1000100 1001010 0 1110 11110101 1000110 110111

Color Harmonies of #473ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473ADC

Black with #473ADC

Text Example


Text Example

White with #473ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #473ADC;
 }
 .AnyTagClassName
 {
   color: #473ADC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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