#F15DBE

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

Shades of Neon Pink #F15DBE

Tints of Neon Pink #F15DBE

Color information

#F15DBE (or 0xF15DBE) is unknown color: approx Neon Pink. HEX triplet: F1, 5D and BE. RGB value is (241,93,190). Sum of RGB (Red+Green+Blue) = 241+93+190=524 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.99% from 524); Green value is 93 (36.72% from 255 or 17.75% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 241 - color contains mainly: red. Hex color #F15DBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15DBE is #0EA241. Grayscale: #949494. Windows color (decimal): -959042 or 12475889. OLE color: 12475889.

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

Color convert

RGB24193190-
CMYK00.610.210.05
HSL320.68º84.09%65.49%-
HSV(B)320.68º61.41%94.51%-
XYZ49.4830.2551.95-
YUV148.31151.53194.11-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.99%
GREEN value IS 93 (36.72% from 255) = 17.75%
BLUE value IS 190 (74.61% from 255) = 36.26%
R=45.99%
G=17.75%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419319000.610.210.05320.6884.0965.49
HexF15DBE03D1551415441
Octal361135276075255501124101
Binary1111000110111011011111001111011010110110100000110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15DBE; }

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

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

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

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

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

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

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

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