Html Css Color HEX #FD56CB Neon Pink

📋 copy color: '#FD56CB'

red 253 ◦ green 86 ◦ blue 203

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

Shades of Neon Pink #FD56CB

Tints of Neon Pink #FD56CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.45%

R = 46.68%
G = 15.87%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FD56CB (or 0xFD56CB) is known color: Neon Pink. HEX triplet: FD, 56 and CB. RGB value is (253,86,203). Sum of RGB (Red+Green+Blue) = 253+86+203=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 86 (33.98% from 255 or 15.87% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FD56CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD56CB is #02A934. Grayscale: #949494. Windows color (decimal): -174389 or 13326077. OLE color: 13326077.

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

Color convert

RGB 253 86 203 -
CMYK 0 0.66 0.20 0.01
HSL 317.96º 0.98% 0.66% -
HSV(B) 317.96º 0.66% 0.99% -
XYZ 54.62 31.85 59.77 -
YUV 149.27 158.33 201.99 -
System Red Green Blue C M Y K H S L
Decimal 253 86 203 0 0.66 0.20 0.01 317.96 0.98 0.66
Hex FD 56 CB 0 42 14 1 13E 62 42
Octal 375 126 313 0 102 24 1 476 142 102
Binary 11111101 1010110 11001011 0 1000010 10100 1 100111110 1100010 1000010

Color Harmonies of #FD56CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD56CB

Black with #FD56CB

Text Example


Text Example

White with #FD56CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD56CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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