Html Css Color HEX #FE79D2 Neon Pink

📋 copy color: '#FE79D2'

red 254 ◦ green 121 ◦ blue 210

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

Shades of Neon Pink #FE79D2

Tints of Neon Pink #FE79D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 35.9%

R = 43.42%
G = 20.68%
B = 35.9%

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

#FE79D2 (or 0xFE79D2) is known color: Neon Pink. HEX triplet: FE, 79 and D2. RGB value is (254,121,210). Sum of RGB (Red+Green+Blue) = 254+121+210=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 121 (47.66% from 255 or 20.68% from 585); Blue value is 210 (82.42% from 255 or 35.90% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FE79D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE79D2 is #01862D. Grayscale: #AAAAAA. Windows color (decimal): -99886 or 13793790. OLE color: 13793790.

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

Color convert

RGB 254 121 210 -
CMYK 0 0.52 0.17 0.00
HSL 319.85º 0.99% 0.74% -
HSV(B) 319.85º 0.52% 1% -
XYZ 59.34 39.4 65.45 -
YUV 170.91 150.06 187.26 -
System Red Green Blue C M Y K H S L
Decimal 254 121 210 0 0.52 0.17 0.00 319.85 0.99 0.74
Hex FE 79 D2 0 34 11 0 140 63 4A
Octal 376 171 322 0 64 21 0 500 143 112
Binary 11111110 1111001 11010010 0 110100 10001 0 101000000 1100011 1001010

Color Harmonies of #FE79D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE79D2

Black with #FE79D2

Text Example


Text Example

White with #FE79D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE79D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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