Html Css Color HEX #473AFF Neon Blue

📋 copy color: '#473AFF'

red 71 ◦ green 58 ◦ blue 255

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

Shades of Neon Blue #473AFF

Tints of Neon Blue #473AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 66.41%

R = 18.49%
G = 15.1%
B = 66.41%

CMYK

 C value IS 0.72

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#473AFF (or 0x473AFF) is known color: Neon Blue. HEX triplet: 47, 3A and FF. RGB value is (71,58,255). Sum of RGB (Red+Green+Blue) = 71+58+255=384 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.49% from 384); Green value is 58 (23.05% from 255 or 15.10% from 384); Blue value is 255 (100% from 255 or 66.41% from 384); Max value from RGB is 255 - color contains mainly: blue. Hex color #473AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #473AFF is #B8C500. Grayscale: #535353. Windows color (decimal): -12109057 or 16726599. OLE color: 16726599.

HSL color Cylindrical-coordinate representation of color #473AFF: hue angle of 243.96º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #473AFF is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 71 58 255 -
CMYK 0.72 0.77 0 0
HSL 243.96º 1% 0.61% -
HSV(B) 243.96º 0.77% 1% -
XYZ 22.16 11.59 95.68 -
YUV 84.35 224.31 118.48 -
System Red Green Blue C M Y K H S L
Decimal 71 58 255 0.72 0.77 0 0 243.96 1 0.61
Hex 47 3A FF 48 4D 0 0 F4 64 3D
Octal 107 72 377 110 115 0 0 364 144 75
Binary 1000111 111010 11111111 1001000 1001101 0 0 11110100 1100100 111101

Color Harmonies of #473AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473AFF

Black with #473AFF

Text Example


Text Example

White with #473AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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