#FF7DCE

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

Shades of Neon Pink #FF7DCE

Tints of Neon Pink #FF7DCE

Color information

#FF7DCE (or 0xFF7DCE) is unknown color: approx Neon Pink. HEX triplet: FF, 7D and CE. RGB value is (255,125,206). Sum of RGB (Red+Green+Blue) = 255+125+206=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 125 (49.22% from 255 or 21.33% from 586); Blue value is 206 (80.86% from 255 or 35.15% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7DCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7DCE is #008231. Grayscale: #ACACAC. Windows color (decimal): -33330 or 13532671. OLE color: 13532671.

HSL color Cylindrical-coordinate representation of color #FF7DCE: hue angle of 322.62º 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 #FF7DCE is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB255125206-
CMYK00.510.190
HSL322.62º100%74.51%-
HSV(B)322.62º50.98%100%-
XYZ59.7140.3863.04-
YUV173.1146.57186.41-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.52%
GREEN value IS 125 (49.22% from 255) = 21.33%
BLUE value IS 206 (80.86% from 255) = 35.15%
R=43.52%
G=21.33%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512520600.510.190322.6210074.51
HexFF7DCE033130143644b
Octal377175316063230503144113
Binary11111111111110111001110011001110011010100001111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7DCE; }

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

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

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

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

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

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

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

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