#FB79CE

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

Shades of Neon Pink #FB79CE

Tints of Neon Pink #FB79CE

Color information

#FB79CE (or 0xFB79CE) is unknown color: approx Neon Pink. HEX triplet: FB, 79 and CE. RGB value is (251,121,206). Sum of RGB (Red+Green+Blue) = 251+121+206=578 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.43% from 578); Green value is 121 (47.66% from 255 or 20.93% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 251 - color contains mainly: red. Hex color #FB79CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB79CE is #048631. Grayscale: #A9A9A9. Windows color (decimal): -296498 or 13531643. OLE color: 13531643.

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

Color convert

RGB251121206-
CMYK00.520.180.02
HSL320.77º94.2%72.94%-
HSV(B)320.77º51.79%98.43%-
XYZ57.7638.6462.81-
YUV169.56148.57186.09-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.43%
GREEN value IS 121 (47.66% from 255) = 20.93%
BLUE value IS 206 (80.86% from 255) = 35.64%
R=43.43%
G=20.93%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112120600.520.180.02320.7794.272.94
HexFB79CE0341221415e49
Octal373171316064222501136111
Binary111110111111001110011100110100100101010100000110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB79CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB79CE; }

 p { color: rgb(251,121,206); }

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

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

 a { background-color: rgb(251,121,206); }

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

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

 span { border-color: rgb(251,121,206); }

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