#FC75C1

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

Shades of Neon Pink #FC75C1

Tints of Neon Pink #FC75C1

Color information

#FC75C1 (or 0xFC75C1) is unknown color: approx Neon Pink. HEX triplet: FC, 75 and C1. RGB value is (252,117,193). Sum of RGB (Red+Green+Blue) = 252+117+193=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 117 (46.09% from 255 or 20.82% from 562); Blue value is 193 (75.78% from 255 or 34.34% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FC75C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC75C1 is #038A3E. Grayscale: #A5A5A5. Windows color (decimal): -231999 or 12678652. OLE color: 12678652.

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

Color convert

RGB252117193-
CMYK00.540.230.01
HSL326.22º95.74%72.35%-
HSV(B)326.22º53.57%98.82%-
XYZ56.1337.2754.69-
YUV166.03143.23189.32-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.84%
GREEN value IS 117 (46.09% from 255) = 20.82%
BLUE value IS 193 (75.78% from 255) = 34.34%
R=44.84%
G=20.82%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211719300.540.230.01326.2295.7472.35
HexFC75C10361711466048
Octal374165301066271506140110
Binary11111100111010111000001011011010111110100011011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC75C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC75C1; }

 p { color: rgb(252,117,193); }

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

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

 a { background-color: rgb(252,117,193); }

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

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

 span { border-color: rgb(252,117,193); }

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