Html Css Color HEX #473EDD Neon Blue

📋 copy color: '#473EDD'

red 71 ◦ green 62 ◦ blue 221

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

Shades of Neon Blue #473EDD

Tints of Neon Blue #473EDD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.51%

 BLUE value IS 221 (86.72% from 255) = 62.43%

R = 20.06%
G = 17.51%
B = 62.43%

CMYK

 C value IS 0.68

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#473EDD (or 0x473EDD) is known color: Neon Blue. HEX triplet: 47, 3E and DD. RGB value is (71,62,221). Sum of RGB (Red+Green+Blue) = 71+62+221=354 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.06% from 354); Green value is 62 (24.61% from 255 or 17.51% from 354); Blue value is 221 (86.72% from 255 or 62.43% from 354); Max value from RGB is 221 - color contains mainly: blue. Hex color #473EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473EDD is #B8C122. Grayscale: #525252. Windows color (decimal): -12108067 or 14499399. OLE color: 14499399.

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

Color convert

RGB 71 62 221 -
CMYK 0.68 0.72 0 0.13
HSL 243.4º 0.7% 0.55% -
HSV(B) 243.4º 0.72% 0.87% -
XYZ 17.37 10.01 69.42 -
YUV 82.82 205.98 119.57 -
System Red Green Blue C M Y K H S L
Decimal 71 62 221 0.68 0.72 0 0.13 243.4 0.7 0.55
Hex 47 3E DD 44 48 0 D F3 46 37
Octal 107 76 335 104 110 0 15 363 106 67
Binary 1000111 111110 11011101 1000100 1001000 0 1101 11110011 1000110 110111

Color Harmonies of #473EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473EDD

Black with #473EDD

Text Example


Text Example

White with #473EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,62,221); }

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

background-color css

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

 a { background-color: rgb(71,62,221); }

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

border-color css

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

 span { border-color: rgb(71,62,221); }

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