#FC61CA

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

Shades of Neon Pink #FC61CA

Tints of Neon Pink #FC61CA

Color information

#FC61CA (or 0xFC61CA) is unknown color: approx Neon Pink. HEX triplet: FC, 61 and CA. RGB value is (252,97,202). Sum of RGB (Red+Green+Blue) = 252+97+202=551 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.74% from 551); Green value is 97 (38.28% from 255 or 17.60% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 252 - color contains mainly: red. Hex color #FC61CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC61CA is #039E35. Grayscale: #9B9B9B. Windows color (decimal): -237110 or 13263356. OLE color: 13263356.

HSL color Cylindrical-coordinate representation of color #FC61CA: hue angle of 319.35º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FC61CA is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB25297202-
CMYK00.620.200.01
HSL319.35º96.27%68.43%-
HSV(B)319.35º61.51%98.82%-
XYZ55.0833.5159.44-
YUV155.32154.35196.96-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.74%
GREEN value IS 97 (38.28% from 255) = 17.60%
BLUE value IS 202 (79.30% from 255) = 36.66%
R=45.74%
G=17.60%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2529720200.620.200.01319.3596.2768.43
HexFC61CA03E14113f6044
Octal374141312076241477140104
Binary11111100110000111001010011111010100110011111111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC61CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC61CA; }

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

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

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

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

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

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

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

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