#F052BF

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

Shades of Neon Pink #F052BF

Tints of Neon Pink #F052BF

Color information

#F052BF (or 0xF052BF) is unknown color: approx Neon Pink. HEX triplet: F0, 52 and BF. RGB value is (240,82,191). Sum of RGB (Red+Green+Blue) = 240+82+191=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 82 (32.42% from 255 or 15.98% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F052BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F052BF is #0FAD40. Grayscale: #8D8D8D. Windows color (decimal): -1027393 or 12538608. OLE color: 12538608.

HSL color Cylindrical-coordinate representation of color #F052BF: hue angle of 318.61º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F052BF is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB24082191-
CMYK00.660.200.06
HSL318.61º84.04%63.14%-
HSV(B)318.61º65.83%94.12%-
XYZ48.3628.3252.21-
YUV141.67155.85198.14-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.78%
GREEN value IS 82 (32.42% from 255) = 15.98%
BLUE value IS 191 (75% from 255) = 37.23%
R=46.78%
G=15.98%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2408219100.660.200.06318.6184.0463.14
HexF052BF04214613f543f
Octal360122277010224647712477
Binary1111000010100101011111101000010101001101001111111010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F052BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F052BF; }

 p { color: rgb(240,82,191); }

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

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

 a { background-color: rgb(240,82,191); }

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

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

 span { border-color: rgb(240,82,191); }

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