#FB76C5

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

Shades of Neon Pink #FB76C5

Tints of Neon Pink #FB76C5

Color information

#FB76C5 (or 0xFB76C5) is unknown color: approx Neon Pink. HEX triplet: FB, 76 and C5. RGB value is (251,118,197). Sum of RGB (Red+Green+Blue) = 251+118+197=566 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.35% from 566); Green value is 118 (46.48% from 255 or 20.85% from 566); Blue value is 197 (77.34% from 255 or 34.81% from 566); Max value from RGB is 251 - color contains mainly: red. Hex color #FB76C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB76C5 is #04893A. Grayscale: #A6A6A6. Windows color (decimal): -297275 or 12941051. OLE color: 12941051.

HSL color Cylindrical-coordinate representation of color #FB76C5: hue angle of 324.36º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FB76C5 is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB251118197-
CMYK00.530.220.02
HSL324.36º94.33%72.35%-
HSV(B)324.36º52.99%98.43%-
XYZ56.3437.557.09-
YUV166.77145.06188.08-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.35%
GREEN value IS 118 (46.48% from 255) = 20.85%
BLUE value IS 197 (77.34% from 255) = 34.81%
R=44.35%
G=20.85%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25111819700.530.220.02324.3694.3372.35
HexFB76C50351621445e48
Octal373166305065262504136110
Binary111110111110110110001010110101101101010100010010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB76C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB76C5; }

 p { color: rgb(251,118,197); }

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

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

 a { background-color: rgb(251,118,197); }

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

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

 span { border-color: rgb(251,118,197); }

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