Html Css Color HEX #473CDE Neon Blue

📋 copy color: '#473CDE'

red 71 ◦ green 60 ◦ blue 222

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

Shades of Neon Blue #473CDE

Tints of Neon Blue #473CDE

RGB

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

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

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

R = 20.11%
G = 17%
B = 62.89%

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

#473CDE (or 0x473CDE) is known color: Neon Blue. HEX triplet: 47, 3C and DE. RGB value is (71,60,222). Sum of RGB (Red+Green+Blue) = 71+60+222=353 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.11% from 353); Green value is 60 (23.83% from 255 or 17.00% from 353); Blue value is 222 (87.11% from 255 or 62.89% from 353); Max value from RGB is 222 - color contains mainly: blue. Hex color #473CDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473CDE is #B8C321. Grayscale: #515151. Windows color (decimal): -12108578 or 14564423. OLE color: 14564423.

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

Color convert

RGB 71 60 222 -
CMYK 0.68 0.73 0 0.13
HSL 244.07º 0.71% 0.55% -
HSV(B) 244.07º 0.73% 0.87% -
XYZ 17.4 9.85 70.09 -
YUV 81.76 207.14 120.33 -
System Red Green Blue C M Y K H S L
Decimal 71 60 222 0.68 0.73 0 0.13 244.07 0.71 0.55
Hex 47 3C DE 44 49 0 D F4 47 37
Octal 107 74 336 104 111 0 15 364 107 67
Binary 1000111 111100 11011110 1000100 1001001 0 1101 11110100 1000111 110111

Color Harmonies of #473CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473CDE

Black with #473CDE

Text Example


Text Example

White with #473CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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