#F15EC8

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

Shades of Neon Pink #F15EC8

Tints of Neon Pink #F15EC8

Color information

#F15EC8 (or 0xF15EC8) is unknown color: approx Neon Pink. HEX triplet: F1, 5E and C8. RGB value is (241,94,200). Sum of RGB (Red+Green+Blue) = 241+94+200=535 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.05% from 535); Green value is 94 (37.11% from 255 or 17.57% from 535); Blue value is 200 (78.52% from 255 or 37.38% from 535); Max value from RGB is 241 - color contains mainly: red. Hex color #F15EC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15EC8 is #0EA137. Grayscale: #959595. Windows color (decimal): -958776 or 13131505. OLE color: 13131505.

HSL color Cylindrical-coordinate representation of color #F15EC8: hue angle of 316.73º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F15EC8 is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB24194200-
CMYK00.610.170.05
HSL316.73º84%65.69%-
HSV(B)316.73º61%94.51%-
XYZ50.730.8857.93-
YUV150.04156.2192.88-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.05%
GREEN value IS 94 (37.11% from 255) = 17.57%
BLUE value IS 200 (78.52% from 255) = 37.38%
R=45.05%
G=17.57%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419420000.610.170.05316.738465.69
HexF15EC803D11513d5442
Octal361136310075215475124102
Binary1111000110111101100100001111011000110110011110110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15EC8; }

 p { color: rgb(241,94,200); }

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

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

 a { background-color: rgb(241,94,200); }

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

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

 span { border-color: rgb(241,94,200); }

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