Html Css Color HEX #FC56C6 Neon Pink

📋 copy color: '#FC56C6'

red 252 ◦ green 86 ◦ blue 198

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

Shades of Neon Pink #FC56C6

Tints of Neon Pink #FC56C6

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.04%

 BLUE value IS 198 (77.73% from 255) = 36.94%

R = 47.01%
G = 16.04%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FC56C6 (or 0xFC56C6) is known color: Neon Pink. HEX triplet: FC, 56 and C6. RGB value is (252,86,198). Sum of RGB (Red+Green+Blue) = 252+86+198=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 86 (33.98% from 255 or 16.04% from 536); Blue value is 198 (77.73% from 255 or 36.94% from 536); Max value from RGB is 252 - color contains mainly: red. Hex color #FC56C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC56C6 is #03A939. Grayscale: #949494. Windows color (decimal): -239930 or 12998396. OLE color: 12998396.

HSL color Cylindrical-coordinate representation of color #FC56C6: hue angle of 319.52º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FC56C6 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 86 198 -
CMYK 0 0.66 0.21 0.01
HSL 319.52º 0.97% 0.66% -
HSV(B) 319.52º 0.66% 0.99% -
XYZ 53.67 31.43 56.66 -
YUV 148.4 156 201.89 -
System Red Green Blue C M Y K H S L
Decimal 252 86 198 0 0.66 0.21 0.01 319.52 0.97 0.66
Hex FC 56 C6 0 42 15 1 140 61 42
Octal 374 126 306 0 102 25 1 500 141 102
Binary 11111100 1010110 11000110 0 1000010 10101 1 101000000 1100001 1000010

Color Harmonies of #FC56C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC56C6

Black with #FC56C6

Text Example


Text Example

White with #FC56C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC56C6; }

 p { color: rgb(252,86,198); }

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

background-color css

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

 a { background-color: rgb(252,86,198); }

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

border-color css

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

 span { border-color: rgb(252,86,198); }

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