#FB73C2

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

Shades of Neon Pink #FB73C2

Tints of Neon Pink #FB73C2

Color information

#FB73C2 (or 0xFB73C2) is unknown color: approx Neon Pink. HEX triplet: FB, 73 and C2. RGB value is (251,115,194). Sum of RGB (Red+Green+Blue) = 251+115+194=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 115 (45.31% from 255 or 20.54% from 560); Blue value is 194 (76.17% from 255 or 34.64% from 560); Max value from RGB is 251 - color contains mainly: red. Hex color #FB73C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB73C2 is #048C3D. Grayscale: #A4A4A4. Windows color (decimal): -298046 or 12743675. OLE color: 12743675.

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

Color convert

RGB251115194-
CMYK00.540.230.02
HSL325.15º94.44%71.76%-
HSV(B)325.15º54.18%98.43%-
XYZ55.6536.6755.18-
YUV164.67144.56189.58-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.82%
GREEN value IS 115 (45.31% from 255) = 20.54%
BLUE value IS 194 (76.17% from 255) = 34.64%
R=44.82%
G=20.54%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25111519400.540.230.02325.1594.4471.76
HexFB73C20361721455e48
Octal373163302066272505136110
Binary111110111110011110000100110110101111010100010110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB73C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB73C2; }

 p { color: rgb(251,115,194); }

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

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

 a { background-color: rgb(251,115,194); }

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

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

 span { border-color: rgb(251,115,194); }

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