#FD71CB

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

Shades of Neon Pink #FD71CB

Tints of Neon Pink #FD71CB

Color information

#FD71CB (or 0xFD71CB) is unknown color: approx Neon Pink. HEX triplet: FD, 71 and CB. RGB value is (253,113,203). Sum of RGB (Red+Green+Blue) = 253+113+203=569 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.46% from 569); Green value is 113 (44.53% from 255 or 19.86% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 253 - color contains mainly: red. Hex color #FD71CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD71CB is #028E34. Grayscale: #A4A4A4. Windows color (decimal): -167477 or 13332989. OLE color: 13332989.

HSL color Cylindrical-coordinate representation of color #FD71CB: hue angle of 321.43º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FD71CB is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB253113203-
CMYK00.550.200.01
HSL321.43º97.22%71.76%-
HSV(B)321.43º55.34%99.22%-
XYZ57.193760.63-
YUV165.12149.38190.68-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.46%
GREEN value IS 113 (44.53% from 255) = 19.86%
BLUE value IS 203 (79.69% from 255) = 35.68%
R=44.46%
G=19.86%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311320300.550.200.01321.4397.2271.76
HexFD71CB0371411416148
Octal375161313067241501141110
Binary11111101111000111001011011011110100110100000111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD71CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD71CB; }

 p { color: rgb(253,113,203); }

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

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

 a { background-color: rgb(253,113,203); }

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

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

 span { border-color: rgb(253,113,203); }

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