Html Css Color HEX #FF5ED7 Neon Pink

📋 copy color: '#FF5ED7'

red 255 ◦ green 94 ◦ blue 215

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

Shades of Neon Pink #FF5ED7

Tints of Neon Pink #FF5ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.12%

R = 45.21%
G = 16.67%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FF5ED7 (or 0xFF5ED7) is known color: Neon Pink. HEX triplet: FF, 5E and D7. RGB value is (255,94,215). Sum of RGB (Red+Green+Blue) = 255+94+215=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 94 (37.11% from 255 or 16.67% from 564); Blue value is 215 (84.38% from 255 or 38.12% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5ED7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5ED7 is #00A128. Grayscale: #9B9B9B. Windows color (decimal): -41257 or 14114559. OLE color: 14114559.

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

Color convert

RGB 255 94 215 -
CMYK 0 0.63 0.16 0
HSL 314.91º 1% 0.68% -
HSV(B) 314.91º 0.63% 1% -
XYZ 57.51 34.17 67.85 -
YUV 155.93 161.34 198.66 -
System Red Green Blue C M Y K H S L
Decimal 255 94 215 0 0.63 0.16 0 314.91 1 0.68
Hex FF 5E D7 0 3F 10 0 13B 64 44
Octal 377 136 327 0 77 20 0 473 144 104
Binary 11111111 1011110 11010111 0 111111 10000 0 100111011 1100100 1000100

Color Harmonies of #FF5ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5ED7

Black with #FF5ED7

Text Example


Text Example

White with #FF5ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5ED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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