#FC69DA

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

Shades of Neon Pink #FC69DA

Tints of Neon Pink #FC69DA

Color information

#FC69DA (or 0xFC69DA) is unknown color: approx Neon Pink. HEX triplet: FC, 69 and DA. RGB value is (252,105,218). Sum of RGB (Red+Green+Blue) = 252+105+218=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 105 (41.41% from 255 or 18.26% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FC69DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC69DA is #039625. Grayscale: #A1A1A1. Windows color (decimal): -235046 or 14313980. OLE color: 14313980.

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

Color convert

RGB252105218-
CMYK00.580.130.01
HSL313.88º96.08%70%-
HSV(B)313.88º58.33%98.82%-
XYZ57.8535.8670.2-
YUV161.84159.7192.31-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.83%
GREEN value IS 105 (41.41% from 255) = 18.26%
BLUE value IS 218 (85.55% from 255) = 37.91%
R=43.83%
G=18.26%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210521800.580.130.01313.8896.0870
HexFC69DA03AD113a6046
Octal374151332072151472140106
Binary1111110011010011101101001110101101110011101011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC69DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC69DA; }

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

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

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

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

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

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

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

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