#FC69C0

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

Shades of Neon Pink #FC69C0

Tints of Neon Pink #FC69C0

Color information

#FC69C0 (or 0xFC69C0) is unknown color: approx Neon Pink. HEX triplet: FC, 69 and C0. RGB value is (252,105,192). Sum of RGB (Red+Green+Blue) = 252+105+192=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 105 (41.41% from 255 or 19.13% from 549); Blue value is 192 (75.39% from 255 or 34.97% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FC69C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC69C0 is #03963F. Grayscale: #9E9E9E. Windows color (decimal): -235072 or 12610044. OLE color: 12610044.

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

Color convert

RGB252105192-
CMYK00.580.240.01
HSL324.49º96.08%70%-
HSV(B)324.49º58.33%98.82%-
XYZ54.7134.653.66-
YUV158.87146.7194.43-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.90%
GREEN value IS 105 (41.41% from 255) = 19.13%
BLUE value IS 192 (75.39% from 255) = 34.97%
R=45.90%
G=19.13%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210519200.580.240.01324.4996.0870
HexFC69C003A1811446046
Octal374151300072301504140106
Binary11111100110100111000000011101011000110100010011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC69C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC69C0; }

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

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

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

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

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

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

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

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