Html Css Color HEX #FC5FCC Neon Pink

📋 copy color: '#FC5FCC'

red 252 ◦ green 95 ◦ blue 204

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

Shades of Neon Pink #FC5FCC

Tints of Neon Pink #FC5FCC

RGB

 RED value IS 252 (98.83% from 255) = 45.74%

 GREEN value IS 95 (37.5% from 255) = 17.24%

 BLUE value IS 204 (80.08% from 255) = 37.02%

R = 45.74%
G = 17.24%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC5FCC (or 0xFC5FCC) is known color: Neon Pink. HEX triplet: FC, 5F and CC. RGB value is (252,95,204). Sum of RGB (Red+Green+Blue) = 252+95+204=551 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.74% from 551); Green value is 95 (37.5% from 255 or 17.24% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5FCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5FCC is #03A033. Grayscale: #9A9A9A. Windows color (decimal): -237620 or 13393916. OLE color: 13393916.

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

Color convert

RGB 252 95 204 -
CMYK 0 0.62 0.19 0.01
HSL 318.34º 0.96% 0.68% -
HSV(B) 318.34º 0.62% 0.99% -
XYZ 55.14 33.24 60.64 -
YUV 154.37 156.01 197.64 -
System Red Green Blue C M Y K H S L
Decimal 252 95 204 0 0.62 0.19 0.01 318.34 0.96 0.68
Hex FC 5F CC 0 3E 13 1 13E 60 44
Octal 374 137 314 0 76 23 1 476 140 104
Binary 11111100 1011111 11001100 0 111110 10011 1 100111110 1100000 1000100

Color Harmonies of #FC5FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5FCC

Black with #FC5FCC

Text Example


Text Example

White with #FC5FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5FCC; }

 p { color: rgb(252,95,204); }

 H1.HeaderClassName
 {
   color: #FC5FCC;
 }
 .AnyTagClassName
 {
   color: #FC5FCC;
 }
</style>

background-color css

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

 a { background-color: rgb(252,95,204); }

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

border-color css

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

 span { border-color: rgb(252,95,204); }

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