#FB72CB

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

Shades of Neon Pink #FB72CB

Tints of Neon Pink #FB72CB

Color information

#FB72CB (or 0xFB72CB) is unknown color: approx Neon Pink. HEX triplet: FB, 72 and CB. RGB value is (251,114,203). Sum of RGB (Red+Green+Blue) = 251+114+203=568 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.19% from 568); Green value is 114 (44.92% from 255 or 20.07% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 251 - color contains mainly: red. Hex color #FB72CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB72CB is #048D34. Grayscale: #A4A4A4. Windows color (decimal): -298293 or 13333243. OLE color: 13333243.

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

Color convert

RGB251114203-
CMYK00.550.190.02
HSL321.02º94.48%71.57%-
HSV(B)321.02º54.58%98.43%-
XYZ56.5836.8660.63-
YUV165.11149.39189.26-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.19%
GREEN value IS 114 (44.92% from 255) = 20.07%
BLUE value IS 203 (79.69% from 255) = 35.74%
R=44.19%
G=20.07%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25111420300.550.190.02321.0294.4871.57
HexFB72CB0371321415e48
Octal373162313067232501136110
Binary111110111110010110010110110111100111010100000110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB72CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB72CB; }

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

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

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

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

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

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

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

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