#F178CF

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

Shades of Neon Pink #F178CF

Tints of Neon Pink #F178CF

Color information

#F178CF (or 0xF178CF) is unknown color: approx Neon Pink. HEX triplet: F1, 78 and CF. RGB value is (241,120,207). Sum of RGB (Red+Green+Blue) = 241+120+207=568 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.43% from 568); Green value is 120 (47.27% from 255 or 21.13% from 568); Blue value is 207 (81.25% from 255 or 36.44% from 568); Max value from RGB is 241 - color contains mainly: red. Hex color #F178CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F178CF is #0E8730. Grayscale: #A5A5A5. Windows color (decimal): -952113 or 13596913. OLE color: 13596913.

HSL color Cylindrical-coordinate representation of color #F178CF: hue angle of 316.86º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F178CF is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB241120207-
CMYK00.500.140.05
HSL316.86º81.21%70.78%-
HSV(B)316.86º50.21%94.51%-
XYZ54.2536.6463.24-
YUV166.1151.09181.43-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.43%
GREEN value IS 120 (47.27% from 255) = 21.13%
BLUE value IS 207 (81.25% from 255) = 36.44%
R=42.43%
G=21.13%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112020700.500.140.05316.8681.2170.78
HexF178CF032E513d5147
Octal361170317062165475121107
Binary111100011111000110011110110010111010110011110110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F178CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F178CF; }

 p { color: rgb(241,120,207); }

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

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

 a { background-color: rgb(241,120,207); }

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

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

 span { border-color: rgb(241,120,207); }

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