#F15ABE

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

Shades of Neon Pink #F15ABE

Tints of Neon Pink #F15ABE

Color information

#F15ABE (or 0xF15ABE) is unknown color: approx Neon Pink. HEX triplet: F1, 5A and BE. RGB value is (241,90,190). Sum of RGB (Red+Green+Blue) = 241+90+190=521 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.26% from 521); Green value is 90 (35.55% from 255 or 17.27% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 241 - color contains mainly: red. Hex color #F15ABE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15ABE is #0EA541. Grayscale: #929292. Windows color (decimal): -959810 or 12475121. OLE color: 12475121.

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

Color convert

RGB24190190-
CMYK00.630.210.05
HSL320.26º84.36%64.9%-
HSV(B)320.26º62.66%94.51%-
XYZ49.2329.7351.86-
YUV146.55152.53195.37-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.26%
GREEN value IS 90 (35.55% from 255) = 17.27%
BLUE value IS 190 (74.61% from 255) = 36.47%
R=46.26%
G=17.27%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419019000.630.210.05320.2684.3664.9
HexF15ABE03F1551405441
Octal361132276077255500124101
Binary1111000110110101011111001111111010110110100000010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15ABE; }

 p { color: rgb(241,90,190); }

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

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

 a { background-color: rgb(241,90,190); }

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

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

 span { border-color: rgb(241,90,190); }

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