#FC69D5

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

Shades of Neon Pink #FC69D5

Tints of Neon Pink #FC69D5

Color information

#FC69D5 (or 0xFC69D5) is unknown color: approx Neon Pink. HEX triplet: FC, 69 and D5. RGB value is (252,105,213). Sum of RGB (Red+Green+Blue) = 252+105+213=570 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.21% from 570); Green value is 105 (41.41% from 255 or 18.42% from 570); Blue value is 213 (83.59% from 255 or 37.37% from 570); Max value from RGB is 252 - color contains mainly: red. Hex color #FC69D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC69D5 is #03962A. Grayscale: #A0A0A0. Windows color (decimal): -235051 or 13986300. OLE color: 13986300.

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

Color convert

RGB252105213-
CMYK00.580.150.01
HSL315.92º96.08%70%-
HSV(B)315.92º58.33%98.82%-
XYZ57.2135.666.81-
YUV161.27157.2192.72-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.21%
GREEN value IS 105 (41.41% from 255) = 18.42%
BLUE value IS 213 (83.59% from 255) = 37.37%
R=44.21%
G=18.42%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210521300.580.150.01315.9296.0870
HexFC69D503AF113c6046
Octal374151325072171474140106
Binary1111110011010011101010101110101111110011110011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC69D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC69D5; }

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

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

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

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

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

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

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

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