Html Css Color HEX #FC75C1 Neon Pink

📋 copy color: '#FC75C1'

red 252 ◦ green 117 ◦ blue 193

#FC75C1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Pink #FC75C1

Tints of Neon Pink #FC75C1

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 value IS 0

 M value IS 0.54

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FC75C1 (or 0xFC75C1) is known color: 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

RGB 252 117 193 -
CMYK 0 0.54 0.23 0.01
HSL 326.22º 0.96% 0.72% -
HSV(B) 326.22º 0.54% 0.99% -
XYZ 56.13 37.27 54.69 -
YUV 166.03 143.23 189.32 -
System Red Green Blue C M Y K H S L
Decimal 252 117 193 0 0.54 0.23 0.01 326.22 0.96 0.72
Hex FC 75 C1 0 36 17 1 146 60 48
Octal 374 165 301 0 66 27 1 506 140 110
Binary 11111100 1110101 11000001 0 110110 10111 1 101000110 1100000 1001000

Color Harmonies of #FC75C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC75C1

Black with #FC75C1

Text Example


Text Example

White with #FC75C1

Text Example


Text Example

HTML Codes & Css Web 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>