Html Css Color HEX #FE6ECD Neon Pink

📋 copy color: '#FE6ECD'

red 254 ◦ green 110 ◦ blue 205

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

Shades of Neon Pink #FE6ECD

Tints of Neon Pink #FE6ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.03%

R = 44.64%
G = 19.33%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FE6ECD (or 0xFE6ECD) is known color: Neon Pink. HEX triplet: FE, 6E and CD. RGB value is (254,110,205). Sum of RGB (Red+Green+Blue) = 254+110+205=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 110 (43.36% from 255 or 19.33% from 569); Blue value is 205 (80.47% from 255 or 36.03% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6ECD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6ECD is #019132. Grayscale: #A3A3A3. Windows color (decimal): -102707 or 13463294. OLE color: 13463294.

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

Color convert

RGB 254 110 205 -
CMYK 0 0.57 0.19 0.00
HSL 320.42º 0.99% 0.71% -
HSV(B) 320.42º 0.57% 1% -
XYZ 57.47 36.63 61.8 -
YUV 163.89 151.21 192.28 -
System Red Green Blue C M Y K H S L
Decimal 254 110 205 0 0.57 0.19 0.00 320.42 0.99 0.71
Hex FE 6E CD 0 39 13 0 140 63 47
Octal 376 156 315 0 71 23 0 500 143 107
Binary 11111110 1101110 11001101 0 111001 10011 0 101000000 1100011 1000111

Color Harmonies of #FE6ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6ECD

Black with #FE6ECD

Text Example


Text Example

White with #FE6ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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