Html Css Color HEX #FD5ED2 Neon Pink

📋 copy color: '#FD5ED2'

red 253 ◦ green 94 ◦ blue 210

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

Shades of Neon Pink #FD5ED2

Tints of Neon Pink #FD5ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.7%

R = 45.42%
G = 16.88%
B = 37.7%

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

#FD5ED2 (or 0xFD5ED2) is known color: Neon Pink. HEX triplet: FD, 5E and D2. RGB value is (253,94,210). Sum of RGB (Red+Green+Blue) = 253+94+210=557 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.42% from 557); Green value is 94 (37.11% from 255 or 16.88% from 557); Blue value is 210 (82.42% from 255 or 37.70% from 557); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5ED2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5ED2 is #02A12D. Grayscale: #9A9A9A. Windows color (decimal): -172334 or 13786877. OLE color: 13786877.

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

Color convert

RGB 253 94 210 -
CMYK 0 0.63 0.17 0.01
HSL 316.23º 0.98% 0.68% -
HSV(B) 316.23º 0.63% 0.99% -
XYZ 56.14 33.54 64.49 -
YUV 154.77 159.18 198.07 -
System Red Green Blue C M Y K H S L
Decimal 253 94 210 0 0.63 0.17 0.01 316.23 0.98 0.68
Hex FD 5E D2 0 3F 11 1 13C 62 44
Octal 375 136 322 0 77 21 1 474 142 104
Binary 11111101 1011110 11010010 0 111111 10001 1 100111100 1100010 1000100

Color Harmonies of #FD5ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5ED2

Black with #FD5ED2

Text Example


Text Example

White with #FD5ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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