#FA79D4

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

Shades of Neon Pink #FA79D4

Tints of Neon Pink #FA79D4

Color information

#FA79D4 (or 0xFA79D4) is unknown color: approx Neon Pink. HEX triplet: FA, 79 and D4. RGB value is (250,121,212). Sum of RGB (Red+Green+Blue) = 250+121+212=583 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.88% from 583); Green value is 121 (47.66% from 255 or 20.75% from 583); Blue value is 212 (83.20% from 255 or 36.36% from 583); Max value from RGB is 250 - color contains mainly: red. Hex color #FA79D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA79D4 is #05862B. Grayscale: #A9A9A9. Windows color (decimal): -362028 or 13924858. OLE color: 13924858.

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

Color convert

RGB250121212-
CMYK00.520.150.02
HSL317.67º92.81%72.75%-
HSV(B)317.67º51.6%98.04%-
XYZ58.1538.7566.7-
YUV169.94151.74185.1-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.88%
GREEN value IS 121 (47.66% from 255) = 20.75%
BLUE value IS 212 (83.20% from 255) = 36.36%
R=42.88%
G=20.75%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012121200.520.150.02317.6792.8172.75
HexFA79D4034F213e5d49
Octal372171324064172476135111
Binary11111010111100111010100011010011111010011111010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA79D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA79D4; }

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

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

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

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

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

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

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

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