Html Css Color HEX #473FDF Neon Blue

📋 copy color: '#473FDF'

red 71 ◦ green 63 ◦ blue 223

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

Shades of Neon Blue #473FDF

Tints of Neon Blue #473FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 62.46%

R = 19.89%
G = 17.65%
B = 62.46%

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

#473FDF (or 0x473FDF) is known color: Neon Blue. HEX triplet: 47, 3F and DF. RGB value is (71,63,223). Sum of RGB (Red+Green+Blue) = 71+63+223=357 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.89% from 357); Green value is 63 (25% from 255 or 17.65% from 357); Blue value is 223 (87.5% from 255 or 62.46% from 357); Max value from RGB is 223 - color contains mainly: blue. Hex color #473FDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #473FDF is #B8C020. Grayscale: #535353. Windows color (decimal): -12107809 or 14630727. OLE color: 14630727.

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

Color convert

RGB 71 63 223 -
CMYK 0.68 0.72 0 0.13
HSL 243º 0.71% 0.56% -
HSV(B) 243º 0.72% 0.87% -
XYZ 17.7 10.22 70.85 -
YUV 83.63 206.65 118.99 -
System Red Green Blue C M Y K H S L
Decimal 71 63 223 0.68 0.72 0 0.13 243 0.71 0.56
Hex 47 3F DF 44 48 0 D F3 47 38
Octal 107 77 337 104 110 0 15 363 107 70
Binary 1000111 111111 11011111 1000100 1001000 0 1101 11110011 1000111 111000

Color Harmonies of #473FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473FDF

Black with #473FDF

Text Example


Text Example

White with #473FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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