Html Css Color HEX #473FDD Neon Blue

📋 copy color: '#473FDD'

red 71 ◦ green 63 ◦ blue 221

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

Shades of Neon Blue #473FDD

Tints of Neon Blue #473FDD

RGB

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

 GREEN value IS 63 (25% from 255) = 17.75%

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

R = 20%
G = 17.75%
B = 62.25%

CMYK

 C value IS 0.68

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#473FDD (or 0x473FDD) is known color: Neon Blue. HEX triplet: 47, 3F and DD. RGB value is (71,63,221). Sum of RGB (Red+Green+Blue) = 71+63+221=355 (47% of max value = 765). Red value is 71 (28.12% from 255 or 20% from 355); Green value is 63 (25% from 255 or 17.75% from 355); Blue value is 221 (86.72% from 255 or 62.25% from 355); Max value from RGB is 221 - color contains mainly: blue. Hex color #473FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473FDD is #B8C022. Grayscale: #525252. Windows color (decimal): -12107811 or 14499655. OLE color: 14499655.

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

Color convert

RGB 71 63 221 -
CMYK 0.68 0.71 0 0.13
HSL 243.04º 0.7% 0.56% -
HSV(B) 243.04º 0.71% 0.87% -
XYZ 17.43 10.12 69.44 -
YUV 83.4 205.65 119.15 -
System Red Green Blue C M Y K H S L
Decimal 71 63 221 0.68 0.71 0 0.13 243.04 0.7 0.56
Hex 47 3F DD 44 47 0 D F3 46 38
Octal 107 77 335 104 107 0 15 363 106 70
Binary 1000111 111111 11011101 1000100 1000111 0 1101 11110011 1000110 111000

Color Harmonies of #473FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473FDD

Black with #473FDD

Text Example


Text Example

White with #473FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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