Html Css Color HEX #FE6EDC Neon Pink

📋 copy color: '#FE6EDC'

red 254 ◦ green 110 ◦ blue 220

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

Shades of Neon Pink #FE6EDC

Tints of Neon Pink #FE6EDC

RGB

 RED value IS 254 (99.61% from 255) = 43.49%

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

 BLUE value IS 220 (86.33% from 255) = 37.67%

R = 43.49%
G = 18.84%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FE6EDC (or 0xFE6EDC) is known color: Neon Pink. HEX triplet: FE, 6E and DC. RGB value is (254,110,220). Sum of RGB (Red+Green+Blue) = 254+110+220=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 110 (43.36% from 255 or 18.84% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6EDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6EDC is #019123. Grayscale: #A5A5A5. Windows color (decimal): -102692 or 14446334. OLE color: 14446334.

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

Color convert

RGB 254 110 220 -
CMYK 0 0.57 0.13 0.00
HSL 314.17º 0.99% 0.71% -
HSV(B) 314.17º 0.57% 1% -
XYZ 59.37 37.39 71.8 -
YUV 165.6 158.71 191.06 -
System Red Green Blue C M Y K H S L
Decimal 254 110 220 0 0.57 0.13 0.00 314.17 0.99 0.71
Hex FE 6E DC 0 39 D 0 13A 63 47
Octal 376 156 334 0 71 15 0 472 143 107
Binary 11111110 1101110 11011100 0 111001 1101 0 100111010 1100011 1000111

Color Harmonies of #FE6EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6EDC

Black with #FE6EDC

Text Example


Text Example

White with #FE6EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6EDC; }

 p { color: rgb(254,110,220); }

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

background-color css

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

 a { background-color: rgb(254,110,220); }

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

border-color css

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

 span { border-color: rgb(254,110,220); }

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