#F762D4

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

Shades of Neon Pink #F762D4

Tints of Neon Pink #F762D4

Color information

#F762D4 (or 0xF762D4) is unknown color: approx Neon Pink. HEX triplet: F7, 62 and D4. RGB value is (247,98,212). Sum of RGB (Red+Green+Blue) = 247+98+212=557 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.34% from 557); Green value is 98 (38.67% from 255 or 17.59% from 557); Blue value is 212 (83.20% from 255 or 38.06% from 557); Max value from RGB is 247 - color contains mainly: red. Hex color #F762D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F762D4 is #089D2B. Grayscale: #9B9B9B. Windows color (decimal): -564524 or 13918967. OLE color: 13918967.

HSL color Cylindrical-coordinate representation of color #F762D4: hue angle of 314.09º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F762D4 is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB24798212-
CMYK00.600.140.03
HSL314.09º90.3%67.65%-
HSV(B)314.09º60.32%96.86%-
XYZ54.6133.2665.83-
YUV155.55159.86193.23-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.34%
GREEN value IS 98 (38.67% from 255) = 17.59%
BLUE value IS 212 (83.20% from 255) = 38.06%
R=44.34%
G=17.59%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479821200.600.140.03314.0990.367.65
HexF762D403CE313a5a44
Octal367142324074163472132104
Binary11110111110001011010100011110011101110011101010110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F762D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F762D4; }

 p { color: rgb(247,98,212); }

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

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

 a { background-color: rgb(247,98,212); }

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

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

 span { border-color: rgb(247,98,212); }

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