#FB56C8

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

Shades of Neon Pink #FB56C8

Tints of Neon Pink #FB56C8

Color information

#FB56C8 (or 0xFB56C8) is unknown color: approx Neon Pink. HEX triplet: FB, 56 and C8. RGB value is (251,86,200). Sum of RGB (Red+Green+Blue) = 251+86+200=537 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.74% from 537); Green value is 86 (33.98% from 255 or 16.01% from 537); Blue value is 200 (78.52% from 255 or 37.24% from 537); Max value from RGB is 251 - color contains mainly: red. Hex color #FB56C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB56C8 is #04A937. Grayscale: #949494. Windows color (decimal): -305464 or 13129467. OLE color: 13129467.

HSL color Cylindrical-coordinate representation of color #FB56C8: hue angle of 318.55º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FB56C8 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB25186200-
CMYK00.660.200.02
HSL318.55º95.38%66.08%-
HSV(B)318.55º65.74%98.43%-
XYZ53.5431.3357.87-
YUV148.33157.16201.23-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.74%
GREEN value IS 86 (33.98% from 255) = 16.01%
BLUE value IS 200 (78.52% from 255) = 37.24%
R=46.74%
G=16.01%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2518620000.660.200.02318.5595.3866.08
HexFB56C804214213f5f42
Octal3731263100102242477137102
Binary1111101110101101100100001000010101001010011111110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB56C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB56C8; }

 p { color: rgb(251,86,200); }

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

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

 a { background-color: rgb(251,86,200); }

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

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

 span { border-color: rgb(251,86,200); }

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