Html Css Color HEX #FD6EC8 Neon Pink

📋 copy color: '#FD6EC8'

red 253 ◦ green 110 ◦ blue 200

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

Shades of Neon Pink #FD6EC8

Tints of Neon Pink #FD6EC8

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.54%

 BLUE value IS 200 (78.52% from 255) = 35.52%

R = 44.94%
G = 19.54%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FD6EC8 (or 0xFD6EC8) is known color: Neon Pink. HEX triplet: FD, 6E and C8. RGB value is (253,110,200). Sum of RGB (Red+Green+Blue) = 253+110+200=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 110 (43.36% from 255 or 19.54% from 563); Blue value is 200 (78.52% from 255 or 35.52% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6EC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD6EC8 is #029137. Grayscale: #A2A2A2. Windows color (decimal): -168248 or 13135613. OLE color: 13135613.

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

Color convert

RGB 253 110 200 -
CMYK 0 0.57 0.21 0.01
HSL 322.24º 0.97% 0.71% -
HSV(B) 322.24º 0.57% 0.99% -
XYZ 56.51 36.2 58.65 -
YUV 163.02 148.88 192.18 -
System Red Green Blue C M Y K H S L
Decimal 253 110 200 0 0.57 0.21 0.01 322.24 0.97 0.71
Hex FD 6E C8 0 39 15 1 142 61 47
Octal 375 156 310 0 71 25 1 502 141 107
Binary 11111101 1101110 11001000 0 111001 10101 1 101000010 1100001 1000111

Color Harmonies of #FD6EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6EC8

Black with #FD6EC8

Text Example


Text Example

White with #FD6EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6EC8; }

 p { color: rgb(253,110,200); }

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

background-color css

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

 a { background-color: rgb(253,110,200); }

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

border-color css

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

 span { border-color: rgb(253,110,200); }

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