#FA79CD

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

Shades of Neon Pink #FA79CD

Tints of Neon Pink #FA79CD

Color information

#FA79CD (or 0xFA79CD) is unknown color: approx Neon Pink. HEX triplet: FA, 79 and CD. RGB value is (250,121,205). Sum of RGB (Red+Green+Blue) = 250+121+205=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 121 (47.66% from 255 or 21.01% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FA79CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA79CD is #058632. Grayscale: #A8A8A8. Windows color (decimal): -362035 or 13466106. OLE color: 13466106.

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

Color convert

RGB250121205-
CMYK00.520.180.02
HSL320.93º92.81%72.75%-
HSV(B)320.93º51.6%98.04%-
XYZ57.2838.4162.15-
YUV169.15148.24185.67-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.40%
GREEN value IS 121 (47.66% from 255) = 21.01%
BLUE value IS 205 (80.47% from 255) = 35.59%
R=43.40%
G=21.01%
B=35.59%

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
Decimal25012120500.520.180.02320.9392.8172.75
HexFA79CD0341221415d49
Octal372171315064222501135111
Binary111110101111001110011010110100100101010100000110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA79CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA79CD; }

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

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

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

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

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

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

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

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