#FA76C6

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

Shades of Neon Pink #FA76C6

Tints of Neon Pink #FA76C6

Color information

#FA76C6 (or 0xFA76C6) is unknown color: approx Neon Pink. HEX triplet: FA, 76 and C6. RGB value is (250,118,198). Sum of RGB (Red+Green+Blue) = 250+118+198=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 118 (46.48% from 255 or 20.85% from 566); Blue value is 198 (77.73% from 255 or 34.98% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FA76C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA76C6 is #058939. Grayscale: #A6A6A6. Windows color (decimal): -362810 or 13006586. OLE color: 13006586.

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

Color convert

RGB250118198-
CMYK00.530.210.02
HSL323.64º92.96%72.16%-
HSV(B)323.64º52.8%98.04%-
XYZ56.137.3657.68-
YUV166.59145.73187.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.17%
GREEN value IS 118 (46.48% from 255) = 20.85%
BLUE value IS 198 (77.73% from 255) = 34.98%
R=44.17%
G=20.85%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011819800.530.210.02323.6492.9672.16
HexFA76C60351521445d48
Octal372166306065252504135110
Binary111110101110110110001100110101101011010100010010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA76C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA76C6; }

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

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

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

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

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

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

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

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