#FC5FC0

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

Shades of Neon Pink #FC5FC0

Tints of Neon Pink #FC5FC0

Color information

#FC5FC0 (or 0xFC5FC0) is unknown color: approx Neon Pink. HEX triplet: FC, 5F and C0. RGB value is (252,95,192). Sum of RGB (Red+Green+Blue) = 252+95+192=539 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.75% from 539); Green value is 95 (37.5% from 255 or 17.63% from 539); Blue value is 192 (75.39% from 255 or 35.62% from 539); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5FC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5FC0 is #03A03F. Grayscale: #989898. Windows color (decimal): -237632 or 12607484. OLE color: 12607484.

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

Color convert

RGB25295192-
CMYK00.620.240.01
HSL322.93º96.32%68.04%-
HSV(B)322.93º62.3%98.82%-
XYZ53.7532.6953.35-
YUV153150.01198.61-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.75%
GREEN value IS 95 (37.5% from 255) = 17.63%
BLUE value IS 192 (75.39% from 255) = 35.62%
R=46.75%
G=17.63%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2529519200.620.240.01322.9396.3268.04
HexFC5FC003E1811436044
Octal374137300076301503140104
Binary11111100101111111000000011111011000110100001111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5FC0; }

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

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

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

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

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

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

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

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