Html Css Color HEX #FF6ED5 Neon Pink

📋 copy color: '#FF6ED5'

red 255 ◦ green 110 ◦ blue 213

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

Shades of Neon Pink #FF6ED5

Tints of Neon Pink #FF6ED5

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.03%

 BLUE value IS 213 (83.59% from 255) = 36.85%

R = 44.12%
G = 19.03%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FF6ED5 (or 0xFF6ED5) is known color: Neon Pink. HEX triplet: FF, 6E and D5. RGB value is (255,110,213). Sum of RGB (Red+Green+Blue) = 255+110+213=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 110 (43.36% from 255 or 19.03% from 578); Blue value is 213 (83.59% from 255 or 36.85% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6ED5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6ED5 is #00912A. Grayscale: #A4A4A4. Windows color (decimal): -37163 or 13987583. OLE color: 13987583.

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

Color convert

RGB 255 110 213 -
CMYK 0 0.57 0.16 0
HSL 317.38º 1% 0.72% -
HSV(B) 317.38º 0.57% 1% -
XYZ 58.83 37.22 67.03 -
YUV 165.1 155.04 192.12 -
System Red Green Blue C M Y K H S L
Decimal 255 110 213 0 0.57 0.16 0 317.38 1 0.72
Hex FF 6E D5 0 39 10 0 13D 64 48
Octal 377 156 325 0 71 20 0 475 144 110
Binary 11111111 1101110 11010101 0 111001 10000 0 100111101 1100100 1001000

Color Harmonies of #FF6ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6ED5

Black with #FF6ED5

Text Example


Text Example

White with #FF6ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6ED5; }

 p { color: rgb(255,110,213); }

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

background-color css

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

 a { background-color: rgb(255,110,213); }

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

border-color css

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

 span { border-color: rgb(255,110,213); }

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