#FA71CD

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

Shades of Neon Pink #FA71CD

Tints of Neon Pink #FA71CD

Color information

#FA71CD (or 0xFA71CD) is unknown color: approx Neon Pink. HEX triplet: FA, 71 and CD. RGB value is (250,113,205). Sum of RGB (Red+Green+Blue) = 250+113+205=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 113 (44.53% from 255 or 19.89% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FA71CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA71CD is #058E32. Grayscale: #A4A4A4. Windows color (decimal): -364083 or 13464058. OLE color: 13464058.

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

Color convert

RGB250113205-
CMYK00.550.180.02
HSL319.71º93.2%71.18%-
HSV(B)319.71º54.8%98.04%-
XYZ56.3536.5461.84-
YUV164.45150.89189.02-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.01%
GREEN value IS 113 (44.53% from 255) = 19.89%
BLUE value IS 205 (80.47% from 255) = 36.09%
R=44.01%
G=19.89%
B=36.09%

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
Decimal25011320500.550.180.02319.7193.271.18
HexFA71CD0371221405d47
Octal372161315067222500135107
Binary111110101110001110011010110111100101010100000010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA71CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA71CD; }

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

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

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

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

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

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

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

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