Html Css Color HEX #FE7CD2 Neon Pink

📋 copy color: '#FE7CD2'

red 254 ◦ green 124 ◦ blue 210

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

Shades of Neon Pink #FE7CD2

Tints of Neon Pink #FE7CD2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.09%

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

R = 43.2%
G = 21.09%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FE7CD2 (or 0xFE7CD2) is known color: Neon Pink. HEX triplet: FE, 7C and D2. RGB value is (254,124,210). Sum of RGB (Red+Green+Blue) = 254+124+210=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 124 (48.83% from 255 or 21.09% from 588); Blue value is 210 (82.42% from 255 or 35.71% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7CD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7CD2 is #01832D. Grayscale: #ACACAC. Windows color (decimal): -99118 or 13794558. OLE color: 13794558.

HSL color Cylindrical-coordinate representation of color #FE7CD2: hue angle of 320.31º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FE7CD2 is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 124 210 -
CMYK 0 0.51 0.17 0.00
HSL 320.31º 0.98% 0.74% -
HSV(B) 320.31º 0.51% 1% -
XYZ 59.71 40.14 65.57 -
YUV 172.67 149.07 186.01 -
System Red Green Blue C M Y K H S L
Decimal 254 124 210 0 0.51 0.17 0.00 320.31 0.98 0.74
Hex FE 7C D2 0 33 11 0 140 62 4A
Octal 376 174 322 0 63 21 0 500 142 112
Binary 11111110 1111100 11010010 0 110011 10001 0 101000000 1100010 1001010

Color Harmonies of #FE7CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7CD2

Black with #FE7CD2

Text Example


Text Example

White with #FE7CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7CD2; }

 p { color: rgb(254,124,210); }

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

background-color css

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

 a { background-color: rgb(254,124,210); }

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

border-color css

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

 span { border-color: rgb(254,124,210); }

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