#FC5DC6

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

Shades of Neon Pink #FC5DC6

Tints of Neon Pink #FC5DC6

Color information

#FC5DC6 (or 0xFC5DC6) is unknown color: approx Neon Pink. HEX triplet: FC, 5D and C6. RGB value is (252,93,198). Sum of RGB (Red+Green+Blue) = 252+93+198=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 93 (36.72% from 255 or 17.13% from 543); Blue value is 198 (77.73% from 255 or 36.46% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5DC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5DC6 is #03A239. Grayscale: #989898. Windows color (decimal): -238138 or 13000188. OLE color: 13000188.

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

Color convert

RGB25293198-
CMYK00.630.210.01
HSL320.38º96.36%67.65%-
HSV(B)320.38º63.1%98.82%-
XYZ54.2532.656.86-
YUV152.51153.68198.96-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.41%
GREEN value IS 93 (36.72% from 255) = 17.13%
BLUE value IS 198 (77.73% from 255) = 36.46%
R=46.41%
G=17.13%
B=36.46%

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
Decimal2529319800.630.210.01320.3896.3667.65
HexFC5DC603F1511406044
Octal374135306077251500140104
Binary11111100101110111000110011111110101110100000011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5DC6; }

 p { color: rgb(252,93,198); }

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

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

 a { background-color: rgb(252,93,198); }

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

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

 span { border-color: rgb(252,93,198); }

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