Html Css Color HEX #FD5EC0 Neon Pink

📋 copy color: '#FD5EC0'

red 253 ◦ green 94 ◦ blue 192

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

Shades of Neon Pink #FD5EC0

Tints of Neon Pink #FD5EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.62%

R = 46.94%
G = 17.44%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FD5EC0 (or 0xFD5EC0) is known color: Neon Pink. HEX triplet: FD, 5E and C0. RGB value is (253,94,192). Sum of RGB (Red+Green+Blue) = 253+94+192=539 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.94% from 539); Green value is 94 (37.11% from 255 or 17.44% from 539); Blue value is 192 (75.39% from 255 or 35.62% from 539); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5EC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5EC0 is #02A13F. Grayscale: #989898. Windows color (decimal): -172352 or 12607229. OLE color: 12607229.

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

Color convert

RGB 253 94 192 -
CMYK 0 0.63 0.24 0.01
HSL 323.02º 0.98% 0.68% -
HSV(B) 323.02º 0.63% 0.99% -
XYZ 54.03 32.69 53.33 -
YUV 152.71 150.18 199.53 -
System Red Green Blue C M Y K H S L
Decimal 253 94 192 0 0.63 0.24 0.01 323.02 0.98 0.68
Hex FD 5E C0 0 3F 18 1 143 62 44
Octal 375 136 300 0 77 30 1 503 142 104
Binary 11111101 1011110 11000000 0 111111 11000 1 101000011 1100010 1000100

Color Harmonies of #FD5EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5EC0

Black with #FD5EC0

Text Example


Text Example

White with #FD5EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5EC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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