Html Css Color HEX #FE77D6 Neon Pink

📋 copy color: '#FE77D6'

red 254 ◦ green 119 ◦ blue 214

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

Shades of Neon Pink #FE77D6

Tints of Neon Pink #FE77D6

RGB

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

 GREEN value IS 119 (46.88% from 255) = 20.27%

 BLUE value IS 214 (83.98% from 255) = 36.46%

R = 43.27%
G = 20.27%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#FE77D6 (or 0xFE77D6) is known color: Neon Pink. HEX triplet: FE, 77 and D6. RGB value is (254,119,214). Sum of RGB (Red+Green+Blue) = 254+119+214=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 119 (46.88% from 255 or 20.27% from 587); Blue value is 214 (83.98% from 255 or 36.46% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FE77D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE77D6 is #018829. Grayscale: #A9A9A9. Windows color (decimal): -100394 or 14055422. OLE color: 14055422.

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

Color convert

RGB 254 119 214 -
CMYK 0 0.53 0.16 0.00
HSL 317.78º 0.99% 0.73% -
HSV(B) 317.78º 0.53% 1% -
XYZ 59.61 39.12 68.03 -
YUV 170.2 152.73 187.78 -
System Red Green Blue C M Y K H S L
Decimal 254 119 214 0 0.53 0.16 0.00 317.78 0.99 0.73
Hex FE 77 D6 0 35 10 0 13E 63 49
Octal 376 167 326 0 65 20 0 476 143 111
Binary 11111110 1110111 11010110 0 110101 10000 0 100111110 1100011 1001001

Color Harmonies of #FE77D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE77D6

Black with #FE77D6

Text Example


Text Example

White with #FE77D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE77D6; }

 p { color: rgb(254,119,214); }

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

background-color css

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

 a { background-color: rgb(254,119,214); }

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

border-color css

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

 span { border-color: rgb(254,119,214); }

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