#FC69C8

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

Shades of Neon Pink #FC69C8

Tints of Neon Pink #FC69C8

Color information

#FC69C8 (or 0xFC69C8) is unknown color: approx Neon Pink. HEX triplet: FC, 69 and C8. RGB value is (252,105,200). Sum of RGB (Red+Green+Blue) = 252+105+200=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 105 (41.41% from 255 or 18.85% from 557); Blue value is 200 (78.52% from 255 or 35.91% from 557); Max value from RGB is 252 - color contains mainly: red. Hex color #FC69C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC69C8 is #039637. Grayscale: #9F9F9F. Windows color (decimal): -235064 or 13134332. OLE color: 13134332.

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

Color convert

RGB252105200-
CMYK00.580.210.01
HSL321.22º96.08%70%-
HSV(B)321.22º58.33%98.82%-
XYZ55.6234.9758.46-
YUV159.78150.7193.78-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.24%
GREEN value IS 105 (41.41% from 255) = 18.85%
BLUE value IS 200 (78.52% from 255) = 35.91%
R=45.24%
G=18.85%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210520000.580.210.01321.2296.0870
HexFC69C803A1511416046
Octal374151310072251501140106
Binary11111100110100111001000011101010101110100000111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC69C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC69C8; }

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

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

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

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

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

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

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

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