#FC5CBF

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

Shades of Neon Pink #FC5CBF

Tints of Neon Pink #FC5CBF

Color information

#FC5CBF (or 0xFC5CBF) is unknown color: approx Neon Pink. HEX triplet: FC, 5C and BF. RGB value is (252,92,191). Sum of RGB (Red+Green+Blue) = 252+92+191=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 92 (36.33% from 255 or 17.20% from 535); Blue value is 191 (75% from 255 or 35.70% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5CBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5CBF is #03A340. Grayscale: #969696. Windows color (decimal): -238401 or 12541180. OLE color: 12541180.

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

Color convert

RGB25292191-
CMYK00.630.240.01
HSL322.88º96.39%67.45%-
HSV(B)322.88º63.49%98.82%-
XYZ53.3832.1152.68-
YUV151.13150.51199.95-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.10%
GREEN value IS 92 (36.33% from 255) = 17.20%
BLUE value IS 191 (75% from 255) = 35.70%
R=47.10%
G=17.20%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2529219100.630.240.01322.8896.3967.45
HexFC5CBF03F1811436043
Octal374134277077301503140103
Binary11111100101110010111111011111111000110100001111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5CBF; }

 p { color: rgb(252,92,191); }

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

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

 a { background-color: rgb(252,92,191); }

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

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

 span { border-color: rgb(252,92,191); }

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