#FC69C9

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

Shades of Neon Pink #FC69C9

Tints of Neon Pink #FC69C9

Color information

#FC69C9 (or 0xFC69C9) is unknown color: approx Neon Pink. HEX triplet: FC, 69 and C9. RGB value is (252,105,201). Sum of RGB (Red+Green+Blue) = 252+105+201=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 105 (41.41% from 255 or 18.82% from 558); Blue value is 201 (78.91% from 255 or 36.02% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FC69C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC69C9 is #039636. Grayscale: #9F9F9F. Windows color (decimal): -235063 or 13199868. OLE color: 13199868.

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

Color convert

RGB252105201-
CMYK00.580.200.01
HSL320.82º96.08%70%-
HSV(B)320.82º58.33%98.82%-
XYZ55.7435.0259.08-
YUV159.9151.2193.69-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.16%
GREEN value IS 105 (41.41% from 255) = 18.82%
BLUE value IS 201 (78.91% from 255) = 36.02%
R=45.16%
G=18.82%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210520100.580.200.01320.8296.0870
HexFC69C903A1411416046
Octal374151311072241501140106
Binary11111100110100111001001011101010100110100000111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC69C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC69C9; }

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

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

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

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

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

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

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

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