#f15ec6

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

Shades of Neon Pink #F15EC6

Tints of Neon Pink #F15EC6

Color information

#F15EC6 (or 0xF15EC6) is unknown color: approx Neon Pink. HEX triplet: F1, 5E and C6. RGB value is (241,94,198). Sum of RGB (Red+Green+Blue) = 241+94+198=533 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.22% from 533); Green value is 94 (37.11% from 255 or 17.64% from 533); Blue value is 198 (77.73% from 255 or 37.15% from 533); Max value from RGB is 241 - color contains mainly: red. Hex color #F15EC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15EC6 is #0EA139. Grayscale: #959595. Windows color (decimal): -958778 or 13000433. OLE color: 13000433.

HSL color Cylindrical-coordinate representation of color #F15EC6: hue angle of 317.55º 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 #F15EC6 is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB24194198-
CMYK00.610.180.05
HSL317.55º84%65.69%-
HSV(B)317.55º61%94.51%-
XYZ50.4730.7856.71-
YUV149.81155.2193.04-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.22%
GREEN value IS 94 (37.11% from 255) = 17.64%
BLUE value IS 198 (77.73% from 255) = 37.15%
R=45.22%
G=17.64%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419419800.610.180.05317.558465.69
HexF15EC603D12513e5442
Octal361136306075225476124102
Binary1111000110111101100011001111011001010110011111010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f15ec6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f15ec6; }

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

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

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

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

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

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

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

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