Html Css Color HEX #FE77CD Neon Pink

📋 copy color: '#FE77CD'

red 254 ◦ green 119 ◦ blue 205

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

Shades of Neon Pink #FE77CD

Tints of Neon Pink #FE77CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 35.47%

R = 43.94%
G = 20.59%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FE77CD (or 0xFE77CD) is known color: Neon Pink. HEX triplet: FE, 77 and CD. RGB value is (254,119,205). Sum of RGB (Red+Green+Blue) = 254+119+205=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 119 (46.88% from 255 or 20.59% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 254 - color contains mainly: red. Hex color #FE77CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE77CD is #018832. Grayscale: #A8A8A8. Windows color (decimal): -100403 or 13465598. OLE color: 13465598.

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

Color convert

RGB 254 119 205 -
CMYK 0 0.53 0.19 0.00
HSL 321.78º 0.99% 0.73% -
HSV(B) 321.78º 0.53% 1% -
XYZ 58.49 38.67 62.14 -
YUV 169.17 148.23 188.51 -
System Red Green Blue C M Y K H S L
Decimal 254 119 205 0 0.53 0.19 0.00 321.78 0.99 0.73
Hex FE 77 CD 0 35 13 0 142 63 49
Octal 376 167 315 0 65 23 0 502 143 111
Binary 11111110 1110111 11001101 0 110101 10011 0 101000010 1100011 1001001

Color Harmonies of #FE77CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE77CD

Black with #FE77CD

Text Example


Text Example

White with #FE77CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE77CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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