#FB71D1

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

Shades of Neon Pink #FB71D1

Tints of Neon Pink #FB71D1

Color information

#FB71D1 (or 0xFB71D1) is unknown color: approx Neon Pink. HEX triplet: FB, 71 and D1. RGB value is (251,113,209). Sum of RGB (Red+Green+Blue) = 251+113+209=573 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.80% from 573); Green value is 113 (44.53% from 255 or 19.72% from 573); Blue value is 209 (82.03% from 255 or 36.47% from 573); Max value from RGB is 251 - color contains mainly: red. Hex color #FB71D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB71D1 is #048E2E. Grayscale: #A4A4A4. Windows color (decimal): -298543 or 13726203. OLE color: 13726203.

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

Color convert

RGB251113209-
CMYK00.550.170.02
HSL318.26º94.52%71.37%-
HSV(B)318.26º54.98%98.43%-
XYZ57.236.9264.43-
YUV165.21152.72189.19-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.80%
GREEN value IS 113 (44.53% from 255) = 19.72%
BLUE value IS 209 (82.03% from 255) = 36.47%
R=43.80%
G=19.72%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25111320900.550.170.02318.2694.5271.37
HexFB71D103711213e5f47
Octal373161321067212476137107
Binary111110111110001110100010110111100011010011111010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB71D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB71D1; }

 p { color: rgb(251,113,209); }

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

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

 a { background-color: rgb(251,113,209); }

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

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

 span { border-color: rgb(251,113,209); }

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