Html Css Color HEX #473DF7 Neon Blue

📋 copy color: '#473DF7'

red 71 ◦ green 61 ◦ blue 247

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

Shades of Neon Blue #473DF7

Tints of Neon Blue #473DF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 65.17%

R = 18.73%
G = 16.09%
B = 65.17%

CMYK

 C value IS 0.71

 M value IS 0.75

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#473DF7 (or 0x473DF7) is known color: Neon Blue. HEX triplet: 47, 3D and F7. RGB value is (71,61,247). Sum of RGB (Red+Green+Blue) = 71+61+247=379 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.73% from 379); Green value is 61 (24.22% from 255 or 16.09% from 379); Blue value is 247 (96.88% from 255 or 65.17% from 379); Max value from RGB is 247 - color contains mainly: blue. Hex color #473DF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #473DF7 is #B8C208. Grayscale: #545454. Windows color (decimal): -12108297 or 16203079. OLE color: 16203079.

HSL color Cylindrical-coordinate representation of color #473DF7: hue angle of 243.23º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #473DF7 is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 71 61 247 -
CMYK 0.71 0.75 0 0.03
HSL 243.23º 0.92% 0.6% -
HSV(B) 243.23º 0.75% 0.97% -
XYZ 21.06 11.39 89.08 -
YUV 85.19 219.31 117.88 -
System Red Green Blue C M Y K H S L
Decimal 71 61 247 0.71 0.75 0 0.03 243.23 0.92 0.6
Hex 47 3D F7 47 4B 0 3 F3 5C 3C
Octal 107 75 367 107 113 0 3 363 134 74
Binary 1000111 111101 11110111 1000111 1001011 0 11 11110011 1011100 111100

Color Harmonies of #473DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473DF7

Black with #473DF7

Text Example


Text Example

White with #473DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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