#F760D3

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

Shades of Neon Pink #F760D3

Tints of Neon Pink #F760D3

Color information

#F760D3 (or 0xF760D3) is unknown color: approx Neon Pink. HEX triplet: F7, 60 and D3. RGB value is (247,96,211). Sum of RGB (Red+Green+Blue) = 247+96+211=554 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.58% from 554); Green value is 96 (37.89% from 255 or 17.33% from 554); Blue value is 211 (82.81% from 255 or 38.09% from 554); Max value from RGB is 247 - color contains mainly: red. Hex color #F760D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F760D3 is #089F2C. Grayscale: #999999. Windows color (decimal): -565037 or 13852919. OLE color: 13852919.

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

Color convert

RGB24796211-
CMYK00.610.150.03
HSL314.3º90.42%67.25%-
HSV(B)314.3º61.13%96.86%-
XYZ54.332.8465.11-
YUV154.26160.03194.15-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.58%
GREEN value IS 96 (37.89% from 255) = 17.33%
BLUE value IS 211 (82.81% from 255) = 38.09%
R=44.58%
G=17.33%
B=38.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479621100.610.150.03314.390.4267.25
HexF760D303DF313a5a43
Octal367140323075173472132103
Binary11110111110000011010011011110111111110011101010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F760D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F760D3; }

 p { color: rgb(247,96,211); }

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

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

 a { background-color: rgb(247,96,211); }

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

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

 span { border-color: rgb(247,96,211); }

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