#FC5FC1

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

Shades of Neon Pink #FC5FC1

Tints of Neon Pink #FC5FC1

Color information

#FC5FC1 (or 0xFC5FC1) is unknown color: approx Neon Pink. HEX triplet: FC, 5F and C1. RGB value is (252,95,193). Sum of RGB (Red+Green+Blue) = 252+95+193=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 95 (37.5% from 255 or 17.59% from 540); Blue value is 193 (75.78% from 255 or 35.74% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5FC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5FC1 is #03A03E. Grayscale: #989898. Windows color (decimal): -237631 or 12673020. OLE color: 12673020.

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

Color convert

RGB25295193-
CMYK00.620.230.01
HSL322.55º96.32%68.04%-
HSV(B)322.55º62.3%98.82%-
XYZ53.8632.7353.93-
YUV153.12150.51198.53-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.67%
GREEN value IS 95 (37.5% from 255) = 17.59%
BLUE value IS 193 (75.78% from 255) = 35.74%
R=46.67%
G=17.59%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2529519300.620.230.01322.5596.3268.04
HexFC5FC103E1711436044
Octal374137301076271503140104
Binary11111100101111111000001011111010111110100001111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5FC1; }

 p { color: rgb(252,95,193); }

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

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

 a { background-color: rgb(252,95,193); }

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

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

 span { border-color: rgb(252,95,193); }

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