#FF78C7

Color #FF78C7 Neon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Pink #FF78C7

Tints of Neon Pink #FF78C7

Color information

#FF78C7 (or 0xFF78C7) is unknown color: approx Neon Pink. HEX triplet: FF, 78 and C7. RGB value is (255,120,199). Sum of RGB (Red+Green+Blue) = 255+120+199=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 120 (47.27% from 255 or 20.91% from 574); Blue value is 199 (78.12% from 255 or 34.67% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FF78C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF78C7 is #008738. Grayscale: #A9A9A9. Windows color (decimal): -34617 or 13072639. OLE color: 13072639.

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

Color convert

RGB255120199-
CMYK00.530.220
HSL324.89º100%73.53%-
HSV(B)324.89º52.94%100%-
XYZ58.2738.8258.45-
YUV169.37144.73189.08-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.43%
GREEN value IS 120 (47.27% from 255) = 20.91%
BLUE value IS 199 (78.12% from 255) = 34.67%
R=44.43%
G=20.91%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512019900.530.220324.8910073.53
HexFF78C7035160145644a
Octal377170307065260505144112
Binary11111111111100011000111011010110110010100010111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF78C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF78C7; }

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

 H1.HeaderClassName
 {
   color: #FF78C7;
 }
 .AnyTagClassName
 {
   color: #FF78C7;
 }
</style>
background-color css

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

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

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

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

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

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