Html Css Color HEX #FA73C6 Neon Pink

📋 copy color: '#FA73C6'

red 250 ◦ green 115 ◦ blue 198

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

Shades of Neon Pink #FA73C6

Tints of Neon Pink #FA73C6

RGB

 RED value IS 250 (98.05% from 255) = 44.4%

 GREEN value IS 115 (45.31% from 255) = 20.43%

 BLUE value IS 198 (77.73% from 255) = 35.17%

R = 44.4%
G = 20.43%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FA73C6 (or 0xFA73C6) is known color: Neon Pink. HEX triplet: FA, 73 and C6. RGB value is (250,115,198). Sum of RGB (Red+Green+Blue) = 250+115+198=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 115 (45.31% from 255 or 20.43% from 563); Blue value is 198 (77.73% from 255 or 35.17% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FA73C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA73C6 is #058C39. Grayscale: #A4A4A4. Windows color (decimal): -363578 or 13005818. OLE color: 13005818.

HSL color Cylindrical-coordinate representation of color #FA73C6: hue angle of 323.11º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA73C6 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 115 198 -
CMYK 0 0.54 0.21 0.02
HSL 323.11º 0.93% 0.72% -
HSV(B) 323.11º 0.54% 0.98% -
XYZ 55.75 36.66 57.56 -
YUV 164.83 146.73 188.75 -
System Red Green Blue C M Y K H S L
Decimal 250 115 198 0 0.54 0.21 0.02 323.11 0.93 0.72
Hex FA 73 C6 0 36 15 2 143 5D 48
Octal 372 163 306 0 66 25 2 503 135 110
Binary 11111010 1110011 11000110 0 110110 10101 10 101000011 1011101 1001000

Color Harmonies of #FA73C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA73C6

Black with #FA73C6

Text Example


Text Example

White with #FA73C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA73C6; }

 p { color: rgb(250,115,198); }

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

background-color css

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

 a { background-color: rgb(250,115,198); }

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

border-color css

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

 span { border-color: rgb(250,115,198); }

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