#FC69C6

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

Shades of Neon Pink #FC69C6

Tints of Neon Pink #FC69C6

Color information

#FC69C6 (or 0xFC69C6) is unknown color: approx Neon Pink. HEX triplet: FC, 69 and C6. RGB value is (252,105,198). Sum of RGB (Red+Green+Blue) = 252+105+198=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 105 (41.41% from 255 or 18.92% from 555); Blue value is 198 (77.73% from 255 or 35.68% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FC69C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC69C6 is #039639. Grayscale: #9F9F9F. Windows color (decimal): -235066 or 13003260. OLE color: 13003260.

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

Color convert

RGB252105198-
CMYK00.580.210.01
HSL322.04º96.08%70%-
HSV(B)322.04º58.33%98.82%-
XYZ55.3934.8857.24-
YUV159.56149.7193.94-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.41%
GREEN value IS 105 (41.41% from 255) = 18.92%
BLUE value IS 198 (77.73% from 255) = 35.68%
R=45.41%
G=18.92%
B=35.68%

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
Decimal25210519800.580.210.01322.0496.0870
HexFC69C603A1511426046
Octal374151306072251502140106
Binary11111100110100111000110011101010101110100001011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC69C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC69C6; }

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

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

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

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

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

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

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

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