#FA79C7

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

Shades of Neon Pink #FA79C7

Tints of Neon Pink #FA79C7

Color information

#FA79C7 (or 0xFA79C7) is unknown color: approx Neon Pink. HEX triplet: FA, 79 and C7. RGB value is (250,121,199). Sum of RGB (Red+Green+Blue) = 250+121+199=570 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.86% from 570); Green value is 121 (47.66% from 255 or 21.23% from 570); Blue value is 199 (78.12% from 255 or 34.91% from 570); Max value from RGB is 250 - color contains mainly: red. Hex color #FA79C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA79C7 is #058638. Grayscale: #A8A8A8. Windows color (decimal): -362041 or 13072890. OLE color: 13072890.

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

Color convert

RGB250121199-
CMYK00.520.200.02
HSL323.72º92.81%72.75%-
HSV(B)323.72º51.6%98.04%-
XYZ56.5738.1258.41-
YUV168.46145.24186.16-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.86%
GREEN value IS 121 (47.66% from 255) = 21.23%
BLUE value IS 199 (78.12% from 255) = 34.91%
R=43.86%
G=21.23%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012119900.520.200.02323.7292.8172.75
HexFA79C70341421445d49
Octal372171307064242504135111
Binary111110101111001110001110110100101001010100010010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA79C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA79C7; }

 p { color: rgb(250,121,199); }

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

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

 a { background-color: rgb(250,121,199); }

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

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

 span { border-color: rgb(250,121,199); }

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