Html Css Color HEX #473BDC Neon Blue

📋 copy color: '#473BDC'

red 71 ◦ green 59 ◦ blue 220

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

Shades of Neon Blue #473BDC

Tints of Neon Blue #473BDC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.86%

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

R = 20.29%
G = 16.86%
B = 62.86%

CMYK

 C value IS 0.68

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#473BDC (or 0x473BDC) is known color: Neon Blue. HEX triplet: 47, 3B and DC. RGB value is (71,59,220). Sum of RGB (Red+Green+Blue) = 71+59+220=350 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.29% from 350); Green value is 59 (23.44% from 255 or 16.86% from 350); Blue value is 220 (86.33% from 255 or 62.86% from 350); Max value from RGB is 220 - color contains mainly: blue. Hex color #473BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473BDC is #B8C423. Grayscale: #505050. Windows color (decimal): -12108836 or 14433095. OLE color: 14433095.

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

Color convert

RGB 71 59 220 -
CMYK 0.68 0.73 0 0.14
HSL 244.47º 0.7% 0.55% -
HSV(B) 244.47º 0.73% 0.86% -
XYZ 17.08 9.63 68.67 -
YUV 80.94 206.48 120.91 -
System Red Green Blue C M Y K H S L
Decimal 71 59 220 0.68 0.73 0 0.14 244.47 0.7 0.55
Hex 47 3B DC 44 49 0 E F4 46 37
Octal 107 73 334 104 111 0 16 364 106 67
Binary 1000111 111011 11011100 1000100 1001001 0 1110 11110100 1000110 110111

Color Harmonies of #473BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473BDC

Black with #473BDC

Text Example


Text Example

White with #473BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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