Html Css Color HEX #473EDE Neon Blue

📋 copy color: '#473EDE'

red 71 ◦ green 62 ◦ blue 222

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

Shades of Neon Blue #473EDE

Tints of Neon Blue #473EDE

RGB

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

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

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

R = 20%
G = 17.46%
B = 62.54%

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

#473EDE (or 0x473EDE) is known color: Neon Blue. HEX triplet: 47, 3E and DE. RGB value is (71,62,222). Sum of RGB (Red+Green+Blue) = 71+62+222=355 (47% of max value = 765). Red value is 71 (28.12% from 255 or 20% from 355); Green value is 62 (24.61% from 255 or 17.46% from 355); Blue value is 222 (87.11% from 255 or 62.54% from 355); Max value from RGB is 222 - color contains mainly: blue. Hex color #473EDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473EDE is #B8C121. Grayscale: #525252. Windows color (decimal): -12108066 or 14564935. OLE color: 14564935.

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

Color convert

RGB 71 62 222 -
CMYK 0.68 0.72 0 0.13
HSL 243.38º 0.71% 0.56% -
HSV(B) 243.38º 0.72% 0.87% -
XYZ 17.51 10.06 70.13 -
YUV 82.93 206.48 119.49 -
System Red Green Blue C M Y K H S L
Decimal 71 62 222 0.68 0.72 0 0.13 243.38 0.71 0.56
Hex 47 3E DE 44 48 0 D F3 47 38
Octal 107 76 336 104 110 0 15 363 107 70
Binary 1000111 111110 11011110 1000100 1001000 0 1101 11110011 1000111 111000

Color Harmonies of #473EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473EDE

Black with #473EDE

Text Example


Text Example

White with #473EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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