Html Css Color HEX #473DDF Neon Blue

📋 copy color: '#473DDF'

red 71 ◦ green 61 ◦ blue 223

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

Shades of Neon Blue #473DDF

Tints of Neon Blue #473DDF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.18%

 BLUE value IS 223 (87.5% from 255) = 62.82%

R = 20%
G = 17.18%
B = 62.82%

CMYK

 C value IS 0.68

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#473DDF (or 0x473DDF) is known color: Neon Blue. HEX triplet: 47, 3D and DF. RGB value is (71,61,223). Sum of RGB (Red+Green+Blue) = 71+61+223=355 (47% of max value = 765). Red value is 71 (28.12% from 255 or 20% from 355); Green value is 61 (24.22% from 255 or 17.18% from 355); Blue value is 223 (87.5% from 255 or 62.82% from 355); Max value from RGB is 223 - color contains mainly: blue. Hex color #473DDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473DDF is #B8C220. Grayscale: #515151. Windows color (decimal): -12108321 or 14630215. OLE color: 14630215.

HSL color Cylindrical-coordinate representation of color #473DDF: hue angle of 243.7º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #473DDF is Cyan = 0.68, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 71 61 223 -
CMYK 0.68 0.73 0 0.13
HSL 243.7º 0.72% 0.56% -
HSV(B) 243.7º 0.73% 0.87% -
XYZ 17.59 10 70.82 -
YUV 82.46 207.31 119.83 -
System Red Green Blue C M Y K H S L
Decimal 71 61 223 0.68 0.73 0 0.13 243.7 0.72 0.56
Hex 47 3D DF 44 49 0 D F4 48 38
Octal 107 75 337 104 111 0 15 364 110 70
Binary 1000111 111101 11011111 1000100 1001001 0 1101 11110100 1001000 111000

Color Harmonies of #473DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473DDF

Black with #473DDF

Text Example


Text Example

White with #473DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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