#FA71CE

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

Shades of Neon Pink #FA71CE

Tints of Neon Pink #FA71CE

Color information

#FA71CE (or 0xFA71CE) is unknown color: approx Neon Pink. HEX triplet: FA, 71 and CE. RGB value is (250,113,206). Sum of RGB (Red+Green+Blue) = 250+113+206=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 113 (44.53% from 255 or 19.86% from 569); Blue value is 206 (80.86% from 255 or 36.20% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FA71CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA71CE is #058E31. Grayscale: #A4A4A4. Windows color (decimal): -364082 or 13529594. OLE color: 13529594.

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

Color convert

RGB250113206-
CMYK00.550.180.02
HSL319.27º93.2%71.18%-
HSV(B)319.27º54.8%98.04%-
XYZ56.4736.5962.48-
YUV164.57151.39188.94-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.94%
GREEN value IS 113 (44.53% from 255) = 19.86%
BLUE value IS 206 (80.86% from 255) = 36.20%
R=43.94%
G=19.86%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011320600.550.180.02319.2793.271.18
HexFA71CE03712213f5d47
Octal372161316067222477135107
Binary111110101110001110011100110111100101010011111110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA71CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA71CE; }

 p { color: rgb(250,113,206); }

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

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

 a { background-color: rgb(250,113,206); }

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

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

 span { border-color: rgb(250,113,206); }

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