Html Css Color HEX #FF78C4 Neon Pink

📋 copy color: '#FF78C4'

red 255 ◦ green 120 ◦ blue 196

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

Shades of Neon Pink #FF78C4

Tints of Neon Pink #FF78C4

RGB

 RED value IS 255 (100% from 255) = 44.66%

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

 BLUE value IS 196 (76.95% from 255) = 34.33%

R = 44.66%
G = 21.02%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#FF78C4 (or 0xFF78C4) is known color: Neon Pink. HEX triplet: FF, 78 and C4. RGB value is (255,120,196). Sum of RGB (Red+Green+Blue) = 255+120+196=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 120 (47.27% from 255 or 21.02% from 571); Blue value is 196 (76.95% from 255 or 34.33% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FF78C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF78C4 is #00873B. Grayscale: #A8A8A8. Windows color (decimal): -34620 or 12876031. OLE color: 12876031.

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

Color convert

RGB 255 120 196 -
CMYK 0 0.53 0.23 0
HSL 326.22º 1% 0.74% -
HSV(B) 326.22º 0.53% 1% -
XYZ 57.92 38.68 56.64 -
YUV 169.03 143.23 189.32 -
System Red Green Blue C M Y K H S L
Decimal 255 120 196 0 0.53 0.23 0 326.22 1 0.74
Hex FF 78 C4 0 35 17 0 146 64 4A
Octal 377 170 304 0 65 27 0 506 144 112
Binary 11111111 1111000 11000100 0 110101 10111 0 101000110 1100100 1001010

Color Harmonies of #FF78C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF78C4

Black with #FF78C4

Text Example


Text Example

White with #FF78C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF78C4; }

 p { color: rgb(255,120,196); }

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

background-color css

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

 a { background-color: rgb(255,120,196); }

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

border-color css

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

 span { border-color: rgb(255,120,196); }

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