#F078CB

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

Shades of Neon Pink #F078CB

Tints of Neon Pink #F078CB

Color information

#F078CB (or 0xF078CB) is unknown color: approx Neon Pink. HEX triplet: F0, 78 and CB. RGB value is (240,120,203). Sum of RGB (Red+Green+Blue) = 240+120+203=563 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.63% from 563); Green value is 120 (47.27% from 255 or 21.31% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 240 - color contains mainly: red. Hex color #F078CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F078CB is #0F8734. Grayscale: #A5A5A5. Windows color (decimal): -1017653 or 13334768. OLE color: 13334768.

HSL color Cylindrical-coordinate representation of color #F078CB: hue angle of 318.5º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F078CB is Cyan = 0, Magento = 0.5, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB240120203-
CMYK00.50.150.06
HSL318.5º80%70.59%-
HSV(B)318.5º50%94.12%-
XYZ53.4336.2760.68-
YUV165.34149.26181.25-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.63%
GREEN value IS 120 (47.27% from 255) = 21.31%
BLUE value IS 203 (79.69% from 255) = 36.06%
R=42.63%
G=21.31%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012020300.50.150.06318.58070.59
HexF078CB032F613e5047
Octal360170313062176476120107
Binary111100001111000110010110110010111111010011111010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F078CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F078CB; }

 p { color: rgb(240,120,203); }

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

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

 a { background-color: rgb(240,120,203); }

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

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

 span { border-color: rgb(240,120,203); }

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