Html Css Color HEX #FE79D4 Neon Pink

📋 copy color: '#FE79D4'

red 254 ◦ green 121 ◦ blue 212

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

Shades of Neon Pink #FE79D4

Tints of Neon Pink #FE79D4

RGB

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

 GREEN value IS 121 (47.66% from 255) = 20.61%

 BLUE value IS 212 (83.2% from 255) = 36.12%

R = 43.27%
G = 20.61%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FE79D4 (or 0xFE79D4) is known color: Neon Pink. HEX triplet: FE, 79 and D4. RGB value is (254,121,212). Sum of RGB (Red+Green+Blue) = 254+121+212=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 121 (47.66% from 255 or 20.61% from 587); Blue value is 212 (83.20% from 255 or 36.12% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FE79D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE79D4 is #01862B. Grayscale: #AAAAAA. Windows color (decimal): -99884 or 13924862. OLE color: 13924862.

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

Color convert

RGB 254 121 212 -
CMYK 0 0.52 0.17 0.00
HSL 318.95º 0.99% 0.74% -
HSV(B) 318.95º 0.52% 1% -
XYZ 59.59 39.5 66.77 -
YUV 171.14 151.06 187.1 -
System Red Green Blue C M Y K H S L
Decimal 254 121 212 0 0.52 0.17 0.00 318.95 0.99 0.74
Hex FE 79 D4 0 34 11 0 13F 63 4A
Octal 376 171 324 0 64 21 0 477 143 112
Binary 11111110 1111001 11010100 0 110100 10001 0 100111111 1100011 1001010

Color Harmonies of #FE79D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE79D4

Black with #FE79D4

Text Example


Text Example

White with #FE79D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE79D4; }

 p { color: rgb(254,121,212); }

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

background-color css

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

 a { background-color: rgb(254,121,212); }

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

border-color css

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

 span { border-color: rgb(254,121,212); }

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