#FB76C7

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

Shades of Neon Pink #FB76C7

Tints of Neon Pink #FB76C7

Color information

#FB76C7 (or 0xFB76C7) is unknown color: approx Neon Pink. HEX triplet: FB, 76 and C7. RGB value is (251,118,199). Sum of RGB (Red+Green+Blue) = 251+118+199=568 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.19% from 568); Green value is 118 (46.48% from 255 or 20.77% from 568); Blue value is 199 (78.12% from 255 or 35.04% from 568); Max value from RGB is 251 - color contains mainly: red. Hex color #FB76C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB76C7 is #048938. Grayscale: #A6A6A6. Windows color (decimal): -297273 or 13072123. OLE color: 13072123.

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

Color convert

RGB251118199-
CMYK00.530.210.02
HSL323.46º94.33%72.35%-
HSV(B)323.46º52.99%98.43%-
XYZ56.5737.5958.31-
YUV167146.06187.91-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.19%
GREEN value IS 118 (46.48% from 255) = 20.77%
BLUE value IS 199 (78.12% from 255) = 35.04%
R=44.19%
G=20.77%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25111819900.530.210.02323.4694.3372.35
HexFB76C70351521435e48
Octal373166307065252503136110
Binary111110111110110110001110110101101011010100001110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB76C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB76C7; }

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

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

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

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

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

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

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

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