#FB71D0

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

Shades of Neon Pink #FB71D0

Tints of Neon Pink #FB71D0

Color information

#FB71D0 (or 0xFB71D0) is unknown color: approx Neon Pink. HEX triplet: FB, 71 and D0. RGB value is (251,113,208). Sum of RGB (Red+Green+Blue) = 251+113+208=572 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.88% from 572); Green value is 113 (44.53% from 255 or 19.76% from 572); Blue value is 208 (81.64% from 255 or 36.36% from 572); Max value from RGB is 251 - color contains mainly: red. Hex color #FB71D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB71D0 is #048E2F. Grayscale: #A4A4A4. Windows color (decimal): -298544 or 13660667. OLE color: 13660667.

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

Color convert

RGB251113208-
CMYK00.550.170.02
HSL318.7º94.52%71.37%-
HSV(B)318.7º54.98%98.43%-
XYZ57.0736.8763.78-
YUV165.09152.22189.28-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.88%
GREEN value IS 113 (44.53% from 255) = 19.76%
BLUE value IS 208 (81.64% from 255) = 36.36%
R=43.88%
G=19.76%
B=36.36%

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
Decimal25111320800.550.170.02318.794.5271.37
HexFB71D003711213f5f47
Octal373161320067212477137107
Binary111110111110001110100000110111100011010011111110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB71D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB71D0; }

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

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

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

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

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

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

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

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