#FC69C5

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

Shades of Neon Pink #FC69C5

Tints of Neon Pink #FC69C5

Color information

#FC69C5 (or 0xFC69C5) is unknown color: approx Neon Pink. HEX triplet: FC, 69 and C5. RGB value is (252,105,197). Sum of RGB (Red+Green+Blue) = 252+105+197=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 105 (41.41% from 255 or 18.95% from 554); Blue value is 197 (77.34% from 255 or 35.56% from 554); Max value from RGB is 252 - color contains mainly: red. Hex color #FC69C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC69C5 is #03963A. Grayscale: #9F9F9F. Windows color (decimal): -235067 or 12937724. OLE color: 12937724.

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

Color convert

RGB252105197-
CMYK00.580.220.01
HSL322.45º96.08%70%-
HSV(B)322.45º58.33%98.82%-
XYZ55.2734.8356.63-
YUV159.44149.2194.02-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.49%
GREEN value IS 105 (41.41% from 255) = 18.95%
BLUE value IS 197 (77.34% from 255) = 35.56%
R=45.49%
G=18.95%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210519700.580.220.01322.4596.0870
HexFC69C503A1611426046
Octal374151305072261502140106
Binary11111100110100111000101011101010110110100001011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC69C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC69C5; }

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

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

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

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

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

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

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

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