Html Css Color HEX #FE7ACF Neon Pink

📋 copy color: '#FE7ACF'

red 254 ◦ green 122 ◦ blue 207

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

Shades of Neon Pink #FE7ACF

Tints of Neon Pink #FE7ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.51%

R = 43.57%
G = 20.93%
B = 35.51%

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

#FE7ACF (or 0xFE7ACF) is known color: Neon Pink. HEX triplet: FE, 7A and CF. RGB value is (254,122,207). Sum of RGB (Red+Green+Blue) = 254+122+207=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 122 (48.05% from 255 or 20.93% from 583); Blue value is 207 (81.25% from 255 or 35.51% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7ACF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7ACF is #018530. Grayscale: #AAAAAA. Windows color (decimal): -99633 or 13597438. OLE color: 13597438.

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

Color convert

RGB 254 122 207 -
CMYK 0 0.52 0.19 0.00
HSL 321.36º 0.99% 0.74% -
HSV(B) 321.36º 0.52% 1% -
XYZ 59.1 39.49 63.54 -
YUV 171.16 148.23 187.09 -
System Red Green Blue C M Y K H S L
Decimal 254 122 207 0 0.52 0.19 0.00 321.36 0.99 0.74
Hex FE 7A CF 0 34 13 0 141 63 4A
Octal 376 172 317 0 64 23 0 501 143 112
Binary 11111110 1111010 11001111 0 110100 10011 0 101000001 1100011 1001010

Color Harmonies of #FE7ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7ACF

Black with #FE7ACF

Text Example


Text Example

White with #FE7ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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