Html Css Color HEX #473AF4 Neon Blue

📋 copy color: '#473AF4'

red 71 ◦ green 58 ◦ blue 244

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

Shades of Neon Blue #473AF4

Tints of Neon Blue #473AF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 65.42%

R = 19.03%
G = 15.55%
B = 65.42%

CMYK

 C value IS 0.71

 M value IS 0.76

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#473AF4 (or 0x473AF4) is known color: Neon Blue. HEX triplet: 47, 3A and F4. RGB value is (71,58,244). Sum of RGB (Red+Green+Blue) = 71+58+244=373 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.03% from 373); Green value is 58 (23.05% from 255 or 15.55% from 373); Blue value is 244 (95.70% from 255 or 65.42% from 373); Max value from RGB is 244 - color contains mainly: blue. Hex color #473AF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #473AF4 is #B8C50B. Grayscale: #525252. Windows color (decimal): -12109068 or 16005703. OLE color: 16005703.

HSL color Cylindrical-coordinate representation of color #473AF4: hue angle of 244.19º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #473AF4 is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 71 58 244 -
CMYK 0.71 0.76 0 0.04
HSL 244.19º 0.89% 0.59% -
HSV(B) 244.19º 0.76% 0.96% -
XYZ 20.44 10.9 86.61 -
YUV 83.09 218.81 119.38 -
System Red Green Blue C M Y K H S L
Decimal 71 58 244 0.71 0.76 0 0.04 244.19 0.89 0.59
Hex 47 3A F4 47 4C 0 4 F4 59 3B
Octal 107 72 364 107 114 0 4 364 131 73
Binary 1000111 111010 11110100 1000111 1001100 0 100 11110100 1011001 111011

Color Harmonies of #473AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473AF4

Black with #473AF4

Text Example


Text Example

White with #473AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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