Html Css Color HEX #FF5ED1 Neon Pink

📋 copy color: '#FF5ED1'

red 255 ◦ green 94 ◦ blue 209

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

Shades of Neon Pink #FF5ED1

Tints of Neon Pink #FF5ED1

RGB

 RED value IS 255 (100% from 255) = 45.7%

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

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

R = 45.7%
G = 16.85%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#FF5ED1 (or 0xFF5ED1) is known color: Neon Pink. HEX triplet: FF, 5E and D1. RGB value is (255,94,209). Sum of RGB (Red+Green+Blue) = 255+94+209=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 94 (37.11% from 255 or 16.85% from 558); Blue value is 209 (82.03% from 255 or 37.46% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5ED1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5ED1 is #00A12E. Grayscale: #9A9A9A. Windows color (decimal): -41263 or 13721343. OLE color: 13721343.

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

Color convert

RGB 255 94 209 -
CMYK 0 0.63 0.18 0
HSL 317.14º 1% 0.68% -
HSV(B) 317.14º 0.63% 1% -
XYZ 56.75 33.87 63.87 -
YUV 155.25 158.34 199.15 -
System Red Green Blue C M Y K H S L
Decimal 255 94 209 0 0.63 0.18 0 317.14 1 0.68
Hex FF 5E D1 0 3F 12 0 13D 64 44
Octal 377 136 321 0 77 22 0 475 144 104
Binary 11111111 1011110 11010001 0 111111 10010 0 100111101 1100100 1000100

Color Harmonies of #FF5ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5ED1

Black with #FF5ED1

Text Example


Text Example

White with #FF5ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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