#FA71CC

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

Shades of Neon Pink #FA71CC

Tints of Neon Pink #FA71CC

Color information

#FA71CC (or 0xFA71CC) is unknown color: approx Neon Pink. HEX triplet: FA, 71 and CC. RGB value is (250,113,204). Sum of RGB (Red+Green+Blue) = 250+113+204=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 113 (44.53% from 255 or 19.93% from 567); Blue value is 204 (80.08% from 255 or 35.98% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FA71CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA71CC is #058E33. Grayscale: #A4A4A4. Windows color (decimal): -364084 or 13398522. OLE color: 13398522.

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

Color convert

RGB250113204-
CMYK00.550.180.02
HSL320.15º93.2%71.18%-
HSV(B)320.15º54.8%98.04%-
XYZ56.2336.4961.21-
YUV164.34150.39189.1-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.09%
GREEN value IS 113 (44.53% from 255) = 19.93%
BLUE value IS 204 (80.08% from 255) = 35.98%
R=44.09%
G=19.93%
B=35.98%

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
Decimal25011320400.550.180.02320.1593.271.18
HexFA71CC0371221405d47
Octal372161314067222500135107
Binary111110101110001110011000110111100101010100000010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA71CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA71CC; }

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

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

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

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

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

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

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

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