#F760D0

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

Shades of Neon Pink #F760D0

Tints of Neon Pink #F760D0

Color information

#F760D0 (or 0xF760D0) is unknown color: approx Neon Pink. HEX triplet: F7, 60 and D0. RGB value is (247,96,208). Sum of RGB (Red+Green+Blue) = 247+96+208=551 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.83% from 551); Green value is 96 (37.89% from 255 or 17.42% from 551); Blue value is 208 (81.64% from 255 or 37.75% from 551); Max value from RGB is 247 - color contains mainly: red. Hex color #F760D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F760D0 is #089F2F. Grayscale: #999999. Windows color (decimal): -565040 or 13656311. OLE color: 13656311.

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

Color convert

RGB24796208-
CMYK00.610.160.03
HSL315.5º90.42%67.25%-
HSV(B)315.5º61.13%96.86%-
XYZ53.9332.6963.14-
YUV153.92158.53194.39-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.83%
GREEN value IS 96 (37.89% from 255) = 17.42%
BLUE value IS 208 (81.64% from 255) = 37.75%
R=44.83%
G=17.42%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479620800.610.160.03315.590.4267.25
HexF760D003D10313b5a43
Octal367140320075203473132103
Binary111101111100000110100000111101100001110011101110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F760D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F760D0; }

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

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

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

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

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

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

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

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