Html Css Color HEX #FF6ED9 Neon Pink

📋 copy color: '#FF6ED9'

red 255 ◦ green 110 ◦ blue 217

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

Shades of Neon Pink #FF6ED9

Tints of Neon Pink #FF6ED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 37.29%

R = 43.81%
G = 18.9%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#FF6ED9 (or 0xFF6ED9) is known color: Neon Pink. HEX triplet: FF, 6E and D9. RGB value is (255,110,217). Sum of RGB (Red+Green+Blue) = 255+110+217=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 110 (43.36% from 255 or 18.90% from 582); Blue value is 217 (85.16% from 255 or 37.29% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6ED9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6ED9 is #009126. Grayscale: #A5A5A5. Windows color (decimal): -37159 or 14249727. OLE color: 14249727.

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

Color convert

RGB 255 110 217 -
CMYK 0 0.57 0.15 0
HSL 315.72º 1% 0.72% -
HSV(B) 315.72º 0.57% 1% -
XYZ 59.34 37.42 69.74 -
YUV 165.55 157.04 191.8 -
System Red Green Blue C M Y K H S L
Decimal 255 110 217 0 0.57 0.15 0 315.72 1 0.72
Hex FF 6E D9 0 39 F 0 13C 64 48
Octal 377 156 331 0 71 17 0 474 144 110
Binary 11111111 1101110 11011001 0 111001 1111 0 100111100 1100100 1001000

Color Harmonies of #FF6ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6ED9

Black with #FF6ED9

Text Example


Text Example

White with #FF6ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6ED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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