#fc68d8

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

Shades of Neon Pink #FC68D8

Tints of Neon Pink #FC68D8

Color information

#FC68D8 (or 0xFC68D8) is unknown color: approx Neon Pink. HEX triplet: FC, 68 and D8. RGB value is (252,104,216). Sum of RGB (Red+Green+Blue) = 252+104+216=572 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.06% from 572); Green value is 104 (41.02% from 255 or 18.18% from 572); Blue value is 216 (84.77% from 255 or 37.76% from 572); Max value from RGB is 252 - color contains mainly: red. Hex color #FC68D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC68D8 is #039727. Grayscale: #A0A0A0. Windows color (decimal): -235304 or 14182652. OLE color: 14182652.

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

Color convert

RGB252104216-
CMYK00.590.140.01
HSL314.59º96.1%69.8%-
HSV(B)314.59º58.73%98.82%-
XYZ57.4935.5568.8-
YUV161.02159.03192.89-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.06%
GREEN value IS 104 (41.02% from 255) = 18.18%
BLUE value IS 216 (84.77% from 255) = 37.76%
R=44.06%
G=18.18%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210421600.590.140.01314.5996.169.8
HexFC68D803BE113b6046
Octal374150330073161473140106
Binary1111110011010001101100001110111110110011101111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fc68d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fc68d8; }

 p { color: rgb(252,104,216); }

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

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

 a { background-color: rgb(252,104,216); }

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

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

 span { border-color: rgb(252,104,216); }

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