Html Css Color HEX #FF6ED2 Neon Pink

📋 copy color: '#FF6ED2'

red 255 ◦ green 110 ◦ blue 210

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

Shades of Neon Pink #FF6ED2

Tints of Neon Pink #FF6ED2

RGB

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

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

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

R = 44.35%
G = 19.13%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#FF6ED2 (or 0xFF6ED2) is known color: Neon Pink. HEX triplet: FF, 6E and D2. RGB value is (255,110,210). Sum of RGB (Red+Green+Blue) = 255+110+210=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 110 (43.36% from 255 or 19.13% from 575); Blue value is 210 (82.42% from 255 or 36.52% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6ED2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6ED2 is #00912D. Grayscale: #A4A4A4. Windows color (decimal): -37166 or 13790975. OLE color: 13790975.

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

Color convert

RGB 255 110 210 -
CMYK 0 0.57 0.18 0
HSL 318.62º 1% 0.72% -
HSV(B) 318.62º 0.57% 1% -
XYZ 58.45 37.07 65.05 -
YUV 164.76 153.54 192.37 -
System Red Green Blue C M Y K H S L
Decimal 255 110 210 0 0.57 0.18 0 318.62 1 0.72
Hex FF 6E D2 0 39 12 0 13F 64 48
Octal 377 156 322 0 71 22 0 477 144 110
Binary 11111111 1101110 11010010 0 111001 10010 0 100111111 1100100 1001000

Color Harmonies of #FF6ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6ED2

Black with #FF6ED2

Text Example


Text Example

White with #FF6ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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