#F15CC0

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

Shades of Neon Pink #F15CC0

Tints of Neon Pink #F15CC0

Color information

#F15CC0 (or 0xF15CC0) is unknown color: approx Neon Pink. HEX triplet: F1, 5C and C0. RGB value is (241,92,192). Sum of RGB (Red+Green+Blue) = 241+92+192=525 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.90% from 525); Green value is 92 (36.33% from 255 or 17.52% from 525); Blue value is 192 (75.39% from 255 or 36.57% from 525); Max value from RGB is 241 - color contains mainly: red. Hex color #F15CC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15CC0 is #0EA33F. Grayscale: #939393. Windows color (decimal): -959296 or 12606705. OLE color: 12606705.

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

Color convert

RGB24192192-
CMYK00.620.200.05
HSL319.73º84.18%65.29%-
HSV(B)319.73º61.83%94.51%-
XYZ49.6230.1653.08-
YUV147.95152.86194.37-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.90%
GREEN value IS 92 (36.33% from 255) = 17.52%
BLUE value IS 192 (75.39% from 255) = 36.57%
R=45.90%
G=17.52%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419219200.620.200.05319.7384.1865.29
HexF15CC003E1451405441
Octal361134300076245500124101
Binary1111000110111001100000001111101010010110100000010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15CC0; }

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

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

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

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

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

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

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

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