Html Css Color HEX #FD5ED1 Neon Pink

📋 copy color: '#FD5ED1'

red 253 ◦ green 94 ◦ blue 209

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

Shades of Neon Pink #FD5ED1

Tints of Neon Pink #FD5ED1

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.91%

 BLUE value IS 209 (82.03% from 255) = 37.59%

R = 45.5%
G = 16.91%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FD5ED1 (or 0xFD5ED1) is known color: Neon Pink. HEX triplet: FD, 5E and D1. RGB value is (253,94,209). Sum of RGB (Red+Green+Blue) = 253+94+209=556 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.50% from 556); Green value is 94 (37.11% from 255 or 16.91% from 556); Blue value is 209 (82.03% from 255 or 37.59% from 556); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5ED1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5ED1 is #02A12E. Grayscale: #9A9A9A. Windows color (decimal): -172335 or 13721341. OLE color: 13721341.

HSL color Cylindrical-coordinate representation of color #FD5ED1: hue angle of 316.6º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FD5ED1 is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 94 209 -
CMYK 0 0.63 0.17 0.01
HSL 316.6º 0.98% 0.68% -
HSV(B) 316.6º 0.63% 0.99% -
XYZ 56.02 33.49 63.83 -
YUV 154.65 158.68 198.15 -
System Red Green Blue C M Y K H S L
Decimal 253 94 209 0 0.63 0.17 0.01 316.6 0.98 0.68
Hex FD 5E D1 0 3F 11 1 13D 62 44
Octal 375 136 321 0 77 21 1 475 142 104
Binary 11111101 1011110 11010001 0 111111 10001 1 100111101 1100010 1000100

Color Harmonies of #FD5ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5ED1

Black with #FD5ED1

Text Example


Text Example

White with #FD5ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5ED1; }

 p { color: rgb(253,94,209); }

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

background-color css

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

 a { background-color: rgb(253,94,209); }

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

border-color css

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

 span { border-color: rgb(253,94,209); }

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