Html Css Color HEX #473DDD Neon Blue

📋 copy color: '#473DDD'

red 71 ◦ green 61 ◦ blue 221

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

Shades of Neon Blue #473DDD

Tints of Neon Blue #473DDD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.28%

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

R = 20.11%
G = 17.28%
B = 62.61%

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

#473DDD (or 0x473DDD) is known color: Neon Blue. HEX triplet: 47, 3D and DD. RGB value is (71,61,221). Sum of RGB (Red+Green+Blue) = 71+61+221=353 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.11% from 353); Green value is 61 (24.22% from 255 or 17.28% from 353); Blue value is 221 (86.72% from 255 or 62.61% from 353); Max value from RGB is 221 - color contains mainly: blue. Hex color #473DDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473DDD is #B8C222. Grayscale: #515151. Windows color (decimal): -12108323 or 14499143. OLE color: 14499143.

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

Color convert

RGB 71 61 221 -
CMYK 0.68 0.72 0 0.13
HSL 243.75º 0.7% 0.55% -
HSV(B) 243.75º 0.72% 0.87% -
XYZ 17.32 9.9 69.4 -
YUV 82.23 206.31 119.99 -
System Red Green Blue C M Y K H S L
Decimal 71 61 221 0.68 0.72 0 0.13 243.75 0.7 0.55
Hex 47 3D DD 44 48 0 D F4 46 37
Octal 107 75 335 104 110 0 15 364 106 67
Binary 1000111 111101 11011101 1000100 1001000 0 1101 11110100 1000110 110111

Color Harmonies of #473DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473DDD

Black with #473DDD

Text Example


Text Example

White with #473DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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