Html Css Color HEX #473BDF Neon Blue

📋 copy color: '#473BDF'

red 71 ◦ green 59 ◦ blue 223

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

Shades of Neon Blue #473BDF

Tints of Neon Blue #473BDF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.71%

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

R = 20.11%
G = 16.71%
B = 63.17%

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

#473BDF (or 0x473BDF) is known color: Neon Blue. HEX triplet: 47, 3B and DF. RGB value is (71,59,223). Sum of RGB (Red+Green+Blue) = 71+59+223=353 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.11% from 353); Green value is 59 (23.44% from 255 or 16.71% from 353); Blue value is 223 (87.5% from 255 or 63.17% from 353); Max value from RGB is 223 - color contains mainly: blue. Hex color #473BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473BDF is #B8C420. Grayscale: #505050. Windows color (decimal): -12108833 or 14629703. OLE color: 14629703.

HSL color Cylindrical-coordinate representation of color #473BDF: hue angle of 244.39º degrees, saturation: 0.72, 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 #473BDF is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 71 59 223 -
CMYK 0.68 0.74 0 0.13
HSL 244.39º 0.72% 0.55% -
HSV(B) 244.39º 0.74% 0.87% -
XYZ 17.48 9.8 70.78 -
YUV 81.28 207.98 120.66 -
System Red Green Blue C M Y K H S L
Decimal 71 59 223 0.68 0.74 0 0.13 244.39 0.72 0.55
Hex 47 3B DF 44 4A 0 D F4 48 37
Octal 107 73 337 104 112 0 15 364 110 67
Binary 1000111 111011 11011111 1000100 1001010 0 1101 11110100 1001000 110111

Color Harmonies of #473BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473BDF

Black with #473BDF

Text Example


Text Example

White with #473BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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