Html Css Color HEX #473CDD Neon Blue

📋 copy color: '#473CDD'

red 71 ◦ green 60 ◦ blue 221

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

Shades of Neon Blue #473CDD

Tints of Neon Blue #473CDD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.05%

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

R = 20.17%
G = 17.05%
B = 62.78%

CMYK

 C value IS 0.68

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#473CDD (or 0x473CDD) is known color: Neon Blue. HEX triplet: 47, 3C and DD. RGB value is (71,60,221). Sum of RGB (Red+Green+Blue) = 71+60+221=352 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.17% from 352); Green value is 60 (23.83% from 255 or 17.05% from 352); Blue value is 221 (86.72% from 255 or 62.78% from 352); Max value from RGB is 221 - color contains mainly: blue. Hex color #473CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473CDD is #B8C322. Grayscale: #515151. Windows color (decimal): -12108579 or 14498887. OLE color: 14498887.

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

Color convert

RGB 71 60 221 -
CMYK 0.68 0.73 0 0.13
HSL 244.1º 0.7% 0.55% -
HSV(B) 244.1º 0.73% 0.87% -
XYZ 17.27 9.79 69.39 -
YUV 81.64 206.64 120.41 -
System Red Green Blue C M Y K H S L
Decimal 71 60 221 0.68 0.73 0 0.13 244.1 0.7 0.55
Hex 47 3C DD 44 49 0 D F4 46 37
Octal 107 74 335 104 111 0 15 364 106 67
Binary 1000111 111100 11011101 1000100 1001001 0 1101 11110100 1000110 110111

Color Harmonies of #473CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473CDD

Black with #473CDD

Text Example


Text Example

White with #473CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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