Html Css Color HEX #FC56D3 Neon Pink

📋 copy color: '#FC56D3'

red 252 ◦ green 86 ◦ blue 211

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

Shades of Neon Pink #FC56D3

Tints of Neon Pink #FC56D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.43%

R = 45.9%
G = 15.66%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FC56D3 (or 0xFC56D3) is known color: Neon Pink. HEX triplet: FC, 56 and D3. RGB value is (252,86,211). Sum of RGB (Red+Green+Blue) = 252+86+211=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 86 (33.98% from 255 or 15.66% from 549); Blue value is 211 (82.81% from 255 or 38.43% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FC56D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC56D3 is #03A92C. Grayscale: #959595. Windows color (decimal): -239917 or 13850364. OLE color: 13850364.

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

Color convert

RGB 252 86 211 -
CMYK 0 0.66 0.16 0.01
HSL 314.82º 0.97% 0.66% -
HSV(B) 314.82º 0.66% 0.99% -
XYZ 55.23 32.05 64.9 -
YUV 149.88 162.5 200.84 -
System Red Green Blue C M Y K H S L
Decimal 252 86 211 0 0.66 0.16 0.01 314.82 0.97 0.66
Hex FC 56 D3 0 42 10 1 13B 61 42
Octal 374 126 323 0 102 20 1 473 141 102
Binary 11111100 1010110 11010011 0 1000010 10000 1 100111011 1100001 1000010

Color Harmonies of #FC56D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC56D3

Black with #FC56D3

Text Example


Text Example

White with #FC56D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC56D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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