#FA76CF

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

Shades of Neon Pink #FA76CF

Tints of Neon Pink #FA76CF

Color information

#FA76CF (or 0xFA76CF) is unknown color: approx Neon Pink. HEX triplet: FA, 76 and CF. RGB value is (250,118,207). Sum of RGB (Red+Green+Blue) = 250+118+207=575 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.48% from 575); Green value is 118 (46.48% from 255 or 20.52% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 250 - color contains mainly: red. Hex color #FA76CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA76CF is #058930. Grayscale: #A7A7A7. Windows color (decimal): -362801 or 13596410. OLE color: 13596410.

HSL color Cylindrical-coordinate representation of color #FA76CF: hue angle of 319.55º 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 #FA76CF is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB250118207-
CMYK00.530.170.02
HSL319.55º92.96%72.16%-
HSV(B)319.55º52.8%98.04%-
XYZ57.1737.7963.31-
YUV167.61150.23186.76-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.48%
GREEN value IS 118 (46.48% from 255) = 20.52%
BLUE value IS 207 (81.25% from 255) = 36%
R=43.48%
G=20.52%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011820700.530.170.02319.5592.9672.16
HexFA76CF0351121405d48
Octal372166317065212500135110
Binary111110101110110110011110110101100011010100000010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA76CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA76CF; }

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

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

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

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

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

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

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

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