#F773D4

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

Shades of Neon Pink #F773D4

Tints of Neon Pink #F773D4

Color information

#F773D4 (or 0xF773D4) is unknown color: approx Neon Pink. HEX triplet: F7, 73 and D4. RGB value is (247,115,212). Sum of RGB (Red+Green+Blue) = 247+115+212=574 (76% of max value = 765). Red value is 247 (96.88% from 255 or 43.03% from 574); Green value is 115 (45.31% from 255 or 20.03% from 574); Blue value is 212 (83.20% from 255 or 36.93% from 574); Max value from RGB is 247 - color contains mainly: red. Hex color #F773D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F773D4 is #088C2B. Grayscale: #A5A5A5. Windows color (decimal): -560172 or 13923319. OLE color: 13923319.

HSL color Cylindrical-coordinate representation of color #F773D4: hue angle of 315.91º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F773D4 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB247115212-
CMYK00.530.140.03
HSL315.91º89.19%70.98%-
HSV(B)315.91º53.44%96.86%-
XYZ56.3736.7966.42-
YUV165.53154.23186.11-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.03%
GREEN value IS 115 (45.31% from 255) = 20.03%
BLUE value IS 212 (83.20% from 255) = 36.93%
R=43.03%
G=20.03%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711521200.530.140.03315.9189.1970.98
HexF773D4035E313c5947
Octal367163324065163474131107
Binary11110111111001111010100011010111101110011110010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F773D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F773D4; }

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

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

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

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

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

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

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

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