#FA77CC

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

Shades of Neon Pink #FA77CC

Tints of Neon Pink #FA77CC

Color information

#FA77CC (or 0xFA77CC) is unknown color: approx Neon Pink. HEX triplet: FA, 77 and CC. RGB value is (250,119,204). Sum of RGB (Red+Green+Blue) = 250+119+204=573 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.63% from 573); Green value is 119 (46.88% from 255 or 20.77% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 250 - color contains mainly: red. Hex color #FA77CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA77CC is #058833. Grayscale: #A7A7A7. Windows color (decimal): -362548 or 13400058. OLE color: 13400058.

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

Color convert

RGB250119204-
CMYK00.520.180.02
HSL321.07º92.91%72.35%-
HSV(B)321.07º52.4%98.04%-
XYZ56.9237.8861.44-
YUV167.86148.4186.59-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.63%
GREEN value IS 119 (46.88% from 255) = 20.77%
BLUE value IS 204 (80.08% from 255) = 35.60%
R=43.63%
G=20.77%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011920400.520.180.02321.0792.9172.35
HexFA77CC0341221415d48
Octal372167314064222501135110
Binary111110101110111110011000110100100101010100000110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA77CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA77CC; }

 p { color: rgb(250,119,204); }

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

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

 a { background-color: rgb(250,119,204); }

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

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

 span { border-color: rgb(250,119,204); }

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