#FC5CC8

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

Shades of Neon Pink #FC5CC8

Tints of Neon Pink #FC5CC8

Color information

#FC5CC8 (or 0xFC5CC8) is unknown color: approx Neon Pink. HEX triplet: FC, 5C and C8. RGB value is (252,92,200). Sum of RGB (Red+Green+Blue) = 252+92+200=544 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.32% from 544); Green value is 92 (36.33% from 255 or 16.91% from 544); Blue value is 200 (78.52% from 255 or 36.76% from 544); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5CC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5CC8 is #03A337. Grayscale: #979797. Windows color (decimal): -238392 or 13131004. OLE color: 13131004.

HSL color Cylindrical-coordinate representation of color #FC5CC8: hue angle of 319.5º 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 #FC5CC8 is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB25292200-
CMYK00.630.210.01
HSL319.5º96.39%67.45%-
HSV(B)319.5º63.49%98.82%-
XYZ54.432.5258.05-
YUV152.15155.01199.22-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.32%
GREEN value IS 92 (36.33% from 255) = 16.91%
BLUE value IS 200 (78.52% from 255) = 36.76%
R=46.32%
G=16.91%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2529220000.630.210.01319.596.3967.45
HexFC5CC803F1511406043
Octal374134310077251500140103
Binary11111100101110011001000011111110101110100000011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5CC8; }

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

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

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

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

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

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

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

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