Html Css Color HEX #473ADE Neon Blue

📋 copy color: '#473ADE'

red 71 ◦ green 58 ◦ blue 222

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

Shades of Neon Blue #473ADE

Tints of Neon Blue #473ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 63.25%

R = 20.23%
G = 16.52%
B = 63.25%

CMYK

 C value IS 0.68

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#473ADE (or 0x473ADE) is known color: Neon Blue. HEX triplet: 47, 3A and DE. RGB value is (71,58,222). Sum of RGB (Red+Green+Blue) = 71+58+222=351 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.23% from 351); Green value is 58 (23.05% from 255 or 16.52% from 351); Blue value is 222 (87.11% from 255 or 63.25% from 351); Max value from RGB is 222 - color contains mainly: blue. Hex color #473ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473ADE is #B8C521. Grayscale: #4F4F4F. Windows color (decimal): -12109090 or 14563911. OLE color: 14563911.

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

Color convert

RGB 71 58 222 -
CMYK 0.68 0.74 0 0.13
HSL 244.76º 0.71% 0.55% -
HSV(B) 244.76º 0.74% 0.87% -
XYZ 17.3 9.64 70.06 -
YUV 80.58 207.81 121.16 -
System Red Green Blue C M Y K H S L
Decimal 71 58 222 0.68 0.74 0 0.13 244.76 0.71 0.55
Hex 47 3A DE 44 4A 0 D F5 47 37
Octal 107 72 336 104 112 0 15 365 107 67
Binary 1000111 111010 11011110 1000100 1001010 0 1101 11110101 1000111 110111

Color Harmonies of #473ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473ADE

Black with #473ADE

Text Example


Text Example

White with #473ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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