Html Css Color HEX #FE77D4 Neon Pink

📋 copy color: '#FE77D4'

red 254 ◦ green 119 ◦ blue 212

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

Shades of Neon Pink #FE77D4

Tints of Neon Pink #FE77D4

RGB

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

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

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

R = 43.42%
G = 20.34%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FE77D4 (or 0xFE77D4) is known color: Neon Pink. HEX triplet: FE, 77 and D4. RGB value is (254,119,212). Sum of RGB (Red+Green+Blue) = 254+119+212=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 119 (46.88% from 255 or 20.34% from 585); Blue value is 212 (83.20% from 255 or 36.24% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FE77D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE77D4 is #01882B. Grayscale: #A9A9A9. Windows color (decimal): -100396 or 13924350. OLE color: 13924350.

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

Color convert

RGB 254 119 212 -
CMYK 0 0.53 0.17 0.00
HSL 318.67º 0.99% 0.73% -
HSV(B) 318.67º 0.53% 1% -
XYZ 59.35 39.02 66.69 -
YUV 169.97 151.73 187.94 -
System Red Green Blue C M Y K H S L
Decimal 254 119 212 0 0.53 0.17 0.00 318.67 0.99 0.73
Hex FE 77 D4 0 35 11 0 13F 63 49
Octal 376 167 324 0 65 21 0 477 143 111
Binary 11111110 1110111 11010100 0 110101 10001 0 100111111 1100011 1001001

Color Harmonies of #FE77D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE77D4

Black with #FE77D4

Text Example


Text Example

White with #FE77D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE77D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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