Html Css Color HEX #FE78C5 Neon Pink

📋 copy color: '#FE78C5'

red 254 ◦ green 120 ◦ blue 197

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

Shades of Neon Pink #FE78C5

Tints of Neon Pink #FE78C5

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.02%

 BLUE value IS 197 (77.34% from 255) = 34.5%

R = 44.48%
G = 21.02%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FE78C5 (or 0xFE78C5) is known color: Neon Pink. HEX triplet: FE, 78 and C5. RGB value is (254,120,197). Sum of RGB (Red+Green+Blue) = 254+120+197=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 120 (47.27% from 255 or 21.02% from 571); Blue value is 197 (77.34% from 255 or 34.50% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FE78C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE78C5 is #01873A. Grayscale: #A8A8A8. Windows color (decimal): -100155 or 12941566. OLE color: 12941566.

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

Color convert

RGB 254 120 197 -
CMYK 0 0.53 0.22 0.00
HSL 325.52º 0.99% 0.73% -
HSV(B) 325.52º 0.53% 1% -
XYZ 57.67 38.53 57.22 -
YUV 168.84 143.89 188.74 -
System Red Green Blue C M Y K H S L
Decimal 254 120 197 0 0.53 0.22 0.00 325.52 0.99 0.73
Hex FE 78 C5 0 35 16 0 146 63 49
Octal 376 170 305 0 65 26 0 506 143 111
Binary 11111110 1111000 11000101 0 110101 10110 0 101000110 1100011 1001001

Color Harmonies of #FE78C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE78C5

Black with #FE78C5

Text Example


Text Example

White with #FE78C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE78C5; }

 p { color: rgb(254,120,197); }

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

background-color css

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

 a { background-color: rgb(254,120,197); }

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

border-color css

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

 span { border-color: rgb(254,120,197); }

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