#FC69CA

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

Shades of Neon Pink #FC69CA

Tints of Neon Pink #FC69CA

Color information

#FC69CA (or 0xFC69CA) is unknown color: approx Neon Pink. HEX triplet: FC, 69 and CA. RGB value is (252,105,202). Sum of RGB (Red+Green+Blue) = 252+105+202=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 105 (41.41% from 255 or 18.78% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FC69CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC69CA is #039635. Grayscale: #9F9F9F. Windows color (decimal): -235062 or 13265404. OLE color: 13265404.

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

Color convert

RGB252105202-
CMYK00.580.200.01
HSL320.41º96.08%70%-
HSV(B)320.41º58.33%98.82%-
XYZ55.8635.0659.7-
YUV160.01151.7193.61-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.08%
GREEN value IS 105 (41.41% from 255) = 18.78%
BLUE value IS 202 (79.30% from 255) = 36.14%
R=45.08%
G=18.78%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210520200.580.200.01320.4196.0870
HexFC69CA03A1411406046
Octal374151312072241500140106
Binary11111100110100111001010011101010100110100000011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC69CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC69CA; }

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

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

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

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

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

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

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

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