#FA6AC9

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

Shades of Neon Pink #FA6AC9

Tints of Neon Pink #FA6AC9

Color information

#FA6AC9 (or 0xFA6AC9) is unknown color: approx Neon Pink. HEX triplet: FA, 6A and C9. RGB value is (250,106,201). Sum of RGB (Red+Green+Blue) = 250+106+201=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 106 (41.80% from 255 or 19.03% from 557); Blue value is 201 (78.91% from 255 or 36.09% from 557); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6AC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6AC9 is #059536. Grayscale: #9F9F9F. Windows color (decimal): -365879 or 13200122. OLE color: 13200122.

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

Color convert

RGB250106201-
CMYK00.580.200.02
HSL320.42º93.51%69.8%-
HSV(B)320.42º57.6%98.04%-
XYZ55.1234.8559.08-
YUV159.89151.21192.28-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.88%
GREEN value IS 106 (41.80% from 255) = 19.03%
BLUE value IS 201 (78.91% from 255) = 36.09%
R=44.88%
G=19.03%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010620100.580.200.02320.4293.5169.8
HexFA6AC903A1421405e46
Octal372152311072242500136106
Binary111110101101010110010010111010101001010100000010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6AC9; }

 p { color: rgb(250,106,201); }

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

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

 a { background-color: rgb(250,106,201); }

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

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

 span { border-color: rgb(250,106,201); }

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