#FC69D4

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

Shades of Neon Pink #FC69D4

Tints of Neon Pink #FC69D4

Color information

#FC69D4 (or 0xFC69D4) is unknown color: approx Neon Pink. HEX triplet: FC, 69 and D4. RGB value is (252,105,212). Sum of RGB (Red+Green+Blue) = 252+105+212=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 105 (41.41% from 255 or 18.45% from 569); Blue value is 212 (83.20% from 255 or 37.26% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FC69D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC69D4 is #03962B. Grayscale: #A0A0A0. Windows color (decimal): -235052 or 13920764. OLE color: 13920764.

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

Color convert

RGB252105212-
CMYK00.580.160.01
HSL316.33º96.08%70%-
HSV(B)316.33º58.33%98.82%-
XYZ57.0835.5566.14-
YUV161.15156.7192.8-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.29%
GREEN value IS 105 (41.41% from 255) = 18.45%
BLUE value IS 212 (83.20% from 255) = 37.26%
R=44.29%
G=18.45%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210521200.580.160.01316.3396.0870
HexFC69D403A10113c6046
Octal374151324072201474140106
Binary11111100110100111010100011101010000110011110011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC69D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC69D4; }

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

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

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

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

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

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

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

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