#FA76C9

Color #FA76C9 Neon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Pink #FA76C9

Tints of Neon Pink #FA76C9

Color information

#FA76C9 (or 0xFA76C9) is unknown color: approx Neon Pink. HEX triplet: FA, 76 and C9. RGB value is (250,118,201). Sum of RGB (Red+Green+Blue) = 250+118+201=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 118 (46.48% from 255 or 20.74% from 569); Blue value is 201 (78.91% from 255 or 35.33% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FA76C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA76C9 is #058936. Grayscale: #A6A6A6. Windows color (decimal): -362807 or 13203194. OLE color: 13203194.

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

Color convert

RGB250118201-
CMYK00.530.200.02
HSL322.27º92.96%72.16%-
HSV(B)322.27º52.8%98.04%-
XYZ56.4537.559.52-
YUV166.93147.23187.25-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.94%
GREEN value IS 118 (46.48% from 255) = 20.74%
BLUE value IS 201 (78.91% from 255) = 35.33%
R=43.94%
G=20.74%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011820100.530.200.02322.2792.9672.16
HexFA76C90351421425d48
Octal372166311065242502135110
Binary111110101110110110010010110101101001010100001010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA76C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA76C9; }

 p { color: rgb(250,118,201); }

 H1.HeaderClassName
 {
   color: #FA76C9;
 }
 .AnyTagClassName
 {
   color: #FA76C9;
 }
</style>
background-color css

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

 a { background-color: rgb(250,118,201); }

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

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

 span { border-color: rgb(250,118,201); }

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