#FF71C9

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

Shades of Neon Pink #FF71C9

Tints of Neon Pink #FF71C9

Color information

#FF71C9 (or 0xFF71C9) is unknown color: approx Neon Pink. HEX triplet: FF, 71 and C9. RGB value is (255,113,201). Sum of RGB (Red+Green+Blue) = 255+113+201=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 113 (44.53% from 255 or 19.86% from 569); Blue value is 201 (78.91% from 255 or 35.33% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FF71C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF71C9 is #008E36. Grayscale: #A5A5A5. Windows color (decimal): -36407 or 13201919. OLE color: 13201919.

HSL color Cylindrical-coordinate representation of color #FF71C9: hue angle of 322.82º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF71C9 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB255113201-
CMYK00.560.210
HSL322.82º100%72.16%-
HSV(B)322.82º55.69%100%-
XYZ57.6937.2959.42-
YUV165.49148.04191.84-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.82%
GREEN value IS 113 (44.53% from 255) = 19.86%
BLUE value IS 201 (78.91% from 255) = 35.33%
R=44.82%
G=19.86%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511320100.560.210322.8210072.16
HexFF71C90381501436448
Octal377161311070250503144110
Binary11111111111000111001001011100010101010100001111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF71C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF71C9; }

 p { color: rgb(255,113,201); }

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

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

 a { background-color: rgb(255,113,201); }

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

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

 span { border-color: rgb(255,113,201); }

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