Html Css Color HEX #FE7ACE Neon Pink

📋 copy color: '#FE7ACE'

red 254 ◦ green 122 ◦ blue 206

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

Shades of Neon Pink #FE7ACE

Tints of Neon Pink #FE7ACE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 20.96%

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

R = 43.64%
G = 20.96%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FE7ACE (or 0xFE7ACE) is known color: Neon Pink. HEX triplet: FE, 7A and CE. RGB value is (254,122,206). Sum of RGB (Red+Green+Blue) = 254+122+206=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 122 (48.05% from 255 or 20.96% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7ACE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7ACE is #018531. Grayscale: #AAAAAA. Windows color (decimal): -99634 or 13531902. OLE color: 13531902.

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

Color convert

RGB 254 122 206 -
CMYK 0 0.52 0.19 0.00
HSL 321.82º 0.99% 0.74% -
HSV(B) 321.82º 0.52% 1% -
XYZ 58.97 39.45 62.9 -
YUV 171.04 147.73 187.17 -
System Red Green Blue C M Y K H S L
Decimal 254 122 206 0 0.52 0.19 0.00 321.82 0.99 0.74
Hex FE 7A CE 0 34 13 0 142 63 4A
Octal 376 172 316 0 64 23 0 502 143 112
Binary 11111110 1111010 11001110 0 110100 10011 0 101000010 1100011 1001010

Color Harmonies of #FE7ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7ACE

Black with #FE7ACE

Text Example


Text Example

White with #FE7ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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