#F752C3

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

Shades of Neon Pink #F752C3

Tints of Neon Pink #F752C3

Color information

#F752C3 (or 0xF752C3) is unknown color: approx Neon Pink. HEX triplet: F7, 52 and C3. RGB value is (247,82,195). Sum of RGB (Red+Green+Blue) = 247+82+195=524 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.14% from 524); Green value is 82 (32.42% from 255 or 15.65% from 524); Blue value is 195 (76.56% from 255 or 37.21% from 524); Max value from RGB is 247 - color contains mainly: red. Hex color #F752C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F752C3 is #08AD3C. Grayscale: #8F8F8F. Windows color (decimal): -568637 or 12800759. OLE color: 12800759.

HSL color Cylindrical-coordinate representation of color #F752C3: hue angle of 318.91º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F752C3 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB24782195-
CMYK00.670.210.03
HSL318.91º91.16%64.51%-
HSV(B)318.91º66.8%96.86%-
XYZ51.2329.7554.67-
YUV144.22156.66201.31-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 47.14%
GREEN value IS 82 (32.42% from 255) = 15.65%
BLUE value IS 195 (76.56% from 255) = 37.21%
R=47.14%
G=15.65%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2478219500.670.210.03318.9191.1664.51
HexF752C304315313f5b41
Octal3671223030103253477133101
Binary1111011110100101100001101000011101011110011111110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F752C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F752C3; }

 p { color: rgb(247,82,195); }

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

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

 a { background-color: rgb(247,82,195); }

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

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

 span { border-color: rgb(247,82,195); }

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