Html Css Color HEX #FD56C1 Neon Pink

📋 copy color: '#FD56C1'

red 253 ◦ green 86 ◦ blue 193

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

Shades of Neon Pink #FD56C1

Tints of Neon Pink #FD56C1

RGB

 RED value IS 253 (99.22% from 255) = 47.56%

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

 BLUE value IS 193 (75.78% from 255) = 36.28%

R = 47.56%
G = 16.17%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FD56C1 (or 0xFD56C1) is known color: Neon Pink. HEX triplet: FD, 56 and C1. RGB value is (253,86,193). Sum of RGB (Red+Green+Blue) = 253+86+193=532 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.56% from 532); Green value is 86 (33.98% from 255 or 16.17% from 532); Blue value is 193 (75.78% from 255 or 36.28% from 532); Max value from RGB is 253 - color contains mainly: red. Hex color #FD56C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD56C1 is #02A93E. Grayscale: #939393. Windows color (decimal): -174399 or 12670717. OLE color: 12670717.

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

Color convert

RGB 253 86 193 -
CMYK 0 0.66 0.24 0.01
HSL 321.56º 0.98% 0.66% -
HSV(B) 321.56º 0.66% 0.99% -
XYZ 53.46 31.39 53.69 -
YUV 148.13 153.33 202.8 -
System Red Green Blue C M Y K H S L
Decimal 253 86 193 0 0.66 0.24 0.01 321.56 0.98 0.66
Hex FD 56 C1 0 42 18 1 142 62 42
Octal 375 126 301 0 102 30 1 502 142 102
Binary 11111101 1010110 11000001 0 1000010 11000 1 101000010 1100010 1000010

Color Harmonies of #FD56C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD56C1

Black with #FD56C1

Text Example


Text Example

White with #FD56C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD56C1; }

 p { color: rgb(253,86,193); }

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

background-color css

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

 a { background-color: rgb(253,86,193); }

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

border-color css

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

 span { border-color: rgb(253,86,193); }

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