#F752C4

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

Shades of Neon Pink #F752C4

Tints of Neon Pink #F752C4

Color information

#F752C4 (or 0xF752C4) is unknown color: approx Neon Pink. HEX triplet: F7, 52 and C4. RGB value is (247,82,196). Sum of RGB (Red+Green+Blue) = 247+82+196=525 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.05% from 525); Green value is 82 (32.42% from 255 or 15.62% from 525); Blue value is 196 (76.95% from 255 or 37.33% from 525); Max value from RGB is 247 - color contains mainly: red. Hex color #F752C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F752C4 is #08AD3B. Grayscale: #909090. Windows color (decimal): -568636 or 12866295. OLE color: 12866295.

HSL color Cylindrical-coordinate representation of color #F752C4: hue angle of 318.55º 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 #F752C4 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB24782196-
CMYK00.670.210.03
HSL318.55º91.16%64.51%-
HSV(B)318.55º66.8%96.86%-
XYZ51.3429.7955.27-
YUV144.33157.16201.23-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 47.05%
GREEN value IS 82 (32.42% from 255) = 15.62%
BLUE value IS 196 (76.95% from 255) = 37.33%
R=47.05%
G=15.62%
B=37.33%

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
Decimal2478219600.670.210.03318.5591.1664.51
HexF752C404315313f5b41
Octal3671223040103253477133101
Binary1111011110100101100010001000011101011110011111110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F752C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F752C4; }

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

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

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

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

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

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

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

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