#FB72BF

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

Shades of Neon Pink #FB72BF

Tints of Neon Pink #FB72BF

Color information

#FB72BF (or 0xFB72BF) is unknown color: approx Neon Pink. HEX triplet: FB, 72 and BF. RGB value is (251,114,191). Sum of RGB (Red+Green+Blue) = 251+114+191=556 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.14% from 556); Green value is 114 (44.92% from 255 or 20.50% from 556); Blue value is 191 (75% from 255 or 34.35% from 556); Max value from RGB is 251 - color contains mainly: red. Hex color #FB72BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB72BF is #048D40. Grayscale: #A3A3A3. Windows color (decimal): -298305 or 12546811. OLE color: 12546811.

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

Color convert

RGB251114191-
CMYK00.550.240.02
HSL326.28º94.48%71.57%-
HSV(B)326.28º54.58%98.43%-
XYZ55.236.3153.39-
YUV163.74143.39190.24-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.14%
GREEN value IS 114 (44.92% from 255) = 20.50%
BLUE value IS 191 (75% from 255) = 34.35%
R=45.14%
G=20.50%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25111419100.550.240.02326.2894.4871.57
HexFB72BF0371821465e48
Octal373162277067302506136110
Binary111110111110010101111110110111110001010100011010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB72BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB72BF; }

 p { color: rgb(251,114,191); }

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

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

 a { background-color: rgb(251,114,191); }

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

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

 span { border-color: rgb(251,114,191); }

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