#f15ec0

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

Shades of Neon Pink #F15EC0

Tints of Neon Pink #F15EC0

Color information

#F15EC0 (or 0xF15EC0) is unknown color: approx Neon Pink. HEX triplet: F1, 5E and C0. RGB value is (241,94,192). Sum of RGB (Red+Green+Blue) = 241+94+192=527 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.73% from 527); Green value is 94 (37.11% from 255 or 17.84% from 527); Blue value is 192 (75.39% from 255 or 36.43% from 527); Max value from RGB is 241 - color contains mainly: red. Hex color #F15EC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15EC0 is #0EA13F. Grayscale: #949494. Windows color (decimal): -958784 or 12607217. OLE color: 12607217.

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

Color convert

RGB24194192-
CMYK00.610.200.05
HSL320º84%65.69%-
HSV(B)320º61%94.51%-
XYZ49.7930.5153.13-
YUV149.12152.2193.53-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.73%
GREEN value IS 94 (37.11% from 255) = 17.84%
BLUE value IS 192 (75.39% from 255) = 36.43%
R=45.73%
G=17.84%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419419200.610.200.053208465.69
HexF15EC003D1451405442
Octal361136300075245500124102
Binary1111000110111101100000001111011010010110100000010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f15ec0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f15ec0; }

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

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

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

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

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

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

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

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