Html Css Color HEX #FF5ED2 Neon Pink

📋 copy color: '#FF5ED2'

red 255 ◦ green 94 ◦ blue 210

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

Shades of Neon Pink #FF5ED2

Tints of Neon Pink #FF5ED2

RGB

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

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

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

R = 45.62%
G = 16.82%
B = 37.57%

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

#FF5ED2 (or 0xFF5ED2) is known color: Neon Pink. HEX triplet: FF, 5E and D2. RGB value is (255,94,210). Sum of RGB (Red+Green+Blue) = 255+94+210=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 94 (37.11% from 255 or 16.82% from 559); Blue value is 210 (82.42% from 255 or 37.57% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5ED2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5ED2 is #00A12D. Grayscale: #9B9B9B. Windows color (decimal): -41262 or 13786879. OLE color: 13786879.

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

Color convert

RGB 255 94 210 -
CMYK 0 0.63 0.18 0
HSL 316.77º 1% 0.68% -
HSV(B) 316.77º 0.63% 1% -
XYZ 56.88 33.92 64.52 -
YUV 155.36 158.84 199.07 -
System Red Green Blue C M Y K H S L
Decimal 255 94 210 0 0.63 0.18 0 316.77 1 0.68
Hex FF 5E D2 0 3F 12 0 13D 64 44
Octal 377 136 322 0 77 22 0 475 144 104
Binary 11111111 1011110 11010010 0 111111 10010 0 100111101 1100100 1000100

Color Harmonies of #FF5ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5ED2

Black with #FF5ED2

Text Example


Text Example

White with #FF5ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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