#fc6cd5

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

Shades of Neon Pink #FC6CD5

Tints of Neon Pink #FC6CD5

Color information

#FC6CD5 (or 0xFC6CD5) is unknown color: approx Neon Pink. HEX triplet: FC, 6C and D5. RGB value is (252,108,213). Sum of RGB (Red+Green+Blue) = 252+108+213=573 (75% of max value = 765). Red value is 252 (98.83% from 255 or 43.98% from 573); Green value is 108 (42.58% from 255 or 18.85% from 573); Blue value is 213 (83.59% from 255 or 37.17% from 573); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6CD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6CD5 is #03932A. Grayscale: #A2A2A2. Windows color (decimal): -234283 or 13987068. OLE color: 13987068.

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

Color convert

RGB252108213-
CMYK00.570.150.01
HSL316.25º96%70.59%-
HSV(B)316.25º57.14%98.82%-
XYZ57.5236.2266.91-
YUV163.03156.21191.46-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.98%
GREEN value IS 108 (42.58% from 255) = 18.85%
BLUE value IS 213 (83.59% from 255) = 37.17%
R=43.98%
G=18.85%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210821300.570.150.01316.259670.59
HexFC6CD5039F113c6047
Octal374154325071171474140107
Binary1111110011011001101010101110011111110011110011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fc6cd5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fc6cd5; }

 p { color: rgb(252,108,213); }

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

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

 a { background-color: rgb(252,108,213); }

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

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

 span { border-color: rgb(252,108,213); }

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