Html Css Color HEX #FE7CCE Neon Pink

📋 copy color: '#FE7CCE'

red 254 ◦ green 124 ◦ blue 206

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

Shades of Neon Pink #FE7CCE

Tints of Neon Pink #FE7CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.27%

R = 43.49%
G = 21.23%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FE7CCE (or 0xFE7CCE) is known color: Neon Pink. HEX triplet: FE, 7C and CE. RGB value is (254,124,206). Sum of RGB (Red+Green+Blue) = 254+124+206=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 124 (48.83% from 255 or 21.23% from 584); Blue value is 206 (80.86% from 255 or 35.27% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7CCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7CCE is #018331. Grayscale: #ACACAC. Windows color (decimal): -99122 or 13532414. OLE color: 13532414.

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

Color convert

RGB 254 124 206 -
CMYK 0 0.51 0.19 0.00
HSL 322.15º 0.98% 0.74% -
HSV(B) 322.15º 0.51% 1% -
XYZ 59.22 39.94 62.98 -
YUV 172.22 147.07 186.33 -
System Red Green Blue C M Y K H S L
Decimal 254 124 206 0 0.51 0.19 0.00 322.15 0.98 0.74
Hex FE 7C CE 0 33 13 0 142 62 4A
Octal 376 174 316 0 63 23 0 502 142 112
Binary 11111110 1111100 11001110 0 110011 10011 0 101000010 1100010 1001010

Color Harmonies of #FE7CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7CCE

Black with #FE7CCE

Text Example


Text Example

White with #FE7CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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