#FC7BCB

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

Shades of Neon Pink #FC7BCB

Tints of Neon Pink #FC7BCB

Color information

#FC7BCB (or 0xFC7BCB) is unknown color: approx Neon Pink. HEX triplet: FC, 7B and CB. RGB value is (252,123,203). Sum of RGB (Red+Green+Blue) = 252+123+203=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 123 (48.44% from 255 or 21.28% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7BCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7BCB is #038434. Grayscale: #AAAAAA. Windows color (decimal): -230453 or 13335548. OLE color: 13335548.

HSL color Cylindrical-coordinate representation of color #FC7BCB: hue angle of 322.79º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FC7BCB is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB252123203-
CMYK00.510.190.01
HSL322.79º95.56%73.53%-
HSV(B)322.79º51.19%98.82%-
XYZ58.0139.1761-
YUV170.69146.24186-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.60%
GREEN value IS 123 (48.44% from 255) = 21.28%
BLUE value IS 203 (79.69% from 255) = 35.12%
R=43.60%
G=21.28%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212320300.510.190.01322.7995.5673.53
HexFC7BCB033131143604a
Octal374173313063231503140112
Binary11111100111101111001011011001110011110100001111000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7BCB; }

 p { color: rgb(252,123,203); }

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

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

 a { background-color: rgb(252,123,203); }

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

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

 span { border-color: rgb(252,123,203); }

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