#FF7DCF

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

Shades of Neon Pink #FF7DCF

Tints of Neon Pink #FF7DCF

Color information

#FF7DCF (or 0xFF7DCF) is unknown color: approx Neon Pink. HEX triplet: FF, 7D and CF. RGB value is (255,125,207). Sum of RGB (Red+Green+Blue) = 255+125+207=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 125 (49.22% from 255 or 21.29% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7DCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7DCF is #008230. Grayscale: #ADADAD. Windows color (decimal): -33329 or 13598207. OLE color: 13598207.

HSL color Cylindrical-coordinate representation of color #FF7DCF: hue angle of 322.15º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF7DCF is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB255125207-
CMYK00.510.190
HSL322.15º100%74.51%-
HSV(B)322.15º50.98%100%-
XYZ59.8440.4363.68-
YUV173.22147.07186.33-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.44%
GREEN value IS 125 (49.22% from 255) = 21.29%
BLUE value IS 207 (81.25% from 255) = 35.26%
R=43.44%
G=21.29%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512520700.510.190322.1510074.51
HexFF7DCF033130142644b
Octal377175317063230502144113
Binary11111111111110111001111011001110011010100001011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7DCF; }

 p { color: rgb(255,125,207); }

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

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

 a { background-color: rgb(255,125,207); }

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

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

 span { border-color: rgb(255,125,207); }

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