#F778CA

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

Shades of Neon Pink #F778CA

Tints of Neon Pink #F778CA

Color information

#F778CA (or 0xF778CA) is unknown color: approx Neon Pink. HEX triplet: F7, 78 and CA. RGB value is (247,120,202). Sum of RGB (Red+Green+Blue) = 247+120+202=569 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.41% from 569); Green value is 120 (47.27% from 255 or 21.09% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 247 - color contains mainly: red. Hex color #F778CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F778CA is #088735. Grayscale: #A7A7A7. Windows color (decimal): -558902 or 13269239. OLE color: 13269239.

HSL color Cylindrical-coordinate representation of color #F778CA: hue angle of 321.26º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F778CA is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB247120202-
CMYK00.510.180.03
HSL321.26º88.81%71.96%-
HSV(B)321.26º51.42%96.86%-
XYZ55.7337.4760.17-
YUV167.32147.58184.83-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.41%
GREEN value IS 120 (47.27% from 255) = 21.09%
BLUE value IS 202 (79.30% from 255) = 35.50%
R=43.41%
G=21.09%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712020200.510.180.03321.2688.8171.96
HexF778CA0331231415948
Octal367170312063223501131110
Binary111101111111000110010100110011100101110100000110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F778CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F778CA; }

 p { color: rgb(247,120,202); }

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

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

 a { background-color: rgb(247,120,202); }

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

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

 span { border-color: rgb(247,120,202); }

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