#FB79D0

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

Shades of Neon Pink #FB79D0

Tints of Neon Pink #FB79D0

Color information

#FB79D0 (or 0xFB79D0) is unknown color: approx Neon Pink. HEX triplet: FB, 79 and D0. RGB value is (251,121,208). Sum of RGB (Red+Green+Blue) = 251+121+208=580 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.28% from 580); Green value is 121 (47.66% from 255 or 20.86% from 580); Blue value is 208 (81.64% from 255 or 35.86% from 580); Max value from RGB is 251 - color contains mainly: red. Hex color #FB79D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB79D0 is #04862F. Grayscale: #A9A9A9. Windows color (decimal): -296496 or 13662715. OLE color: 13662715.

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

Color convert

RGB251121208-
CMYK00.520.170.02
HSL319.85º94.2%72.94%-
HSV(B)319.85º51.79%98.43%-
XYZ58.0138.7464.09-
YUV169.79149.57185.93-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.28%
GREEN value IS 121 (47.66% from 255) = 20.86%
BLUE value IS 208 (81.64% from 255) = 35.86%
R=43.28%
G=20.86%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112120800.520.170.02319.8594.272.94
HexFB79D00341121405e49
Octal373171320064212500136111
Binary111110111111001110100000110100100011010100000010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB79D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB79D0; }

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

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

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

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

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

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

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

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