Html Css Color HEX #FC5FCD Neon Pink

📋 copy color: '#FC5FCD'

red 252 ◦ green 95 ◦ blue 205

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

Shades of Neon Pink #FC5FCD

Tints of Neon Pink #FC5FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.14%

R = 45.65%
G = 17.21%
B = 37.14%

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

#FC5FCD (or 0xFC5FCD) is known color: Neon Pink. HEX triplet: FC, 5F and CD. RGB value is (252,95,205). Sum of RGB (Red+Green+Blue) = 252+95+205=552 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.65% from 552); Green value is 95 (37.5% from 255 or 17.21% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5FCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5FCD is #03A032. Grayscale: #9A9A9A. Windows color (decimal): -237619 or 13459452. OLE color: 13459452.

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

Color convert

RGB 252 95 205 -
CMYK 0 0.62 0.19 0.01
HSL 317.96º 0.96% 0.68% -
HSV(B) 317.96º 0.62% 0.99% -
XYZ 55.26 33.29 61.27 -
YUV 154.48 156.51 197.56 -
System Red Green Blue C M Y K H S L
Decimal 252 95 205 0 0.62 0.19 0.01 317.96 0.96 0.68
Hex FC 5F CD 0 3E 13 1 13E 60 44
Octal 374 137 315 0 76 23 1 476 140 104
Binary 11111100 1011111 11001101 0 111110 10011 1 100111110 1100000 1000100

Color Harmonies of #FC5FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5FCD

Black with #FC5FCD

Text Example


Text Example

White with #FC5FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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