#FC69C1

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

Shades of Neon Pink #FC69C1

Tints of Neon Pink #FC69C1

Color information

#FC69C1 (or 0xFC69C1) is unknown color: approx Neon Pink. HEX triplet: FC, 69 and C1. RGB value is (252,105,193). Sum of RGB (Red+Green+Blue) = 252+105+193=550 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.82% from 550); Green value is 105 (41.41% from 255 or 19.09% from 550); Blue value is 193 (75.78% from 255 or 35.09% from 550); Max value from RGB is 252 - color contains mainly: red. Hex color #FC69C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC69C1 is #03963E. Grayscale: #9E9E9E. Windows color (decimal): -235071 or 12675580. OLE color: 12675580.

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

Color convert

RGB252105193-
CMYK00.580.230.01
HSL324.08º96.08%70%-
HSV(B)324.08º58.33%98.82%-
XYZ54.8234.6554.25-
YUV158.99147.2194.34-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.82%
GREEN value IS 105 (41.41% from 255) = 19.09%
BLUE value IS 193 (75.78% from 255) = 35.09%
R=45.82%
G=19.09%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210519300.580.230.01324.0896.0870
HexFC69C103A1711446046
Octal374151301072271504140106
Binary11111100110100111000001011101010111110100010011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC69C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC69C1; }

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

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

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

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

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

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

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

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