Html Css Color HEX #FE79D1 Neon Pink

📋 copy color: '#FE79D1'

red 254 ◦ green 121 ◦ blue 209

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

Shades of Neon Pink #FE79D1

Tints of Neon Pink #FE79D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 35.79%

R = 43.49%
G = 20.72%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#FE79D1 (or 0xFE79D1) is known color: Neon Pink. HEX triplet: FE, 79 and D1. RGB value is (254,121,209). Sum of RGB (Red+Green+Blue) = 254+121+209=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 121 (47.66% from 255 or 20.72% from 584); Blue value is 209 (82.03% from 255 or 35.79% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FE79D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE79D1 is #01862E. Grayscale: #AAAAAA. Windows color (decimal): -99887 or 13728254. OLE color: 13728254.

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

Color convert

RGB 254 121 209 -
CMYK 0 0.52 0.18 0.00
HSL 320.3º 0.99% 0.74% -
HSV(B) 320.3º 0.52% 1% -
XYZ 59.22 39.35 64.8 -
YUV 170.8 149.56 187.34 -
System Red Green Blue C M Y K H S L
Decimal 254 121 209 0 0.52 0.18 0.00 320.3 0.99 0.74
Hex FE 79 D1 0 34 12 0 140 63 4A
Octal 376 171 321 0 64 22 0 500 143 112
Binary 11111110 1111001 11010001 0 110100 10010 0 101000000 1100011 1001010

Color Harmonies of #FE79D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE79D1

Black with #FE79D1

Text Example


Text Example

White with #FE79D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE79D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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