#FF7CCE

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

Shades of Neon Pink #FF7CCE

Tints of Neon Pink #FF7CCE

Color information

#FF7CCE (or 0xFF7CCE) is unknown color: approx Neon Pink. HEX triplet: FF, 7C and CE. RGB value is (255,124,206). Sum of RGB (Red+Green+Blue) = 255+124+206=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 124 (48.83% from 255 or 21.20% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7CCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7CCE is #008331. Grayscale: #ACACAC. Windows color (decimal): -33586 or 13532415. OLE color: 13532415.

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

Color convert

RGB255124206-
CMYK00.510.190
HSL322.44º100%74.31%-
HSV(B)322.44º51.37%100%-
XYZ59.5940.1363-
YUV172.52146.9186.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.59%
GREEN value IS 124 (48.83% from 255) = 21.20%
BLUE value IS 206 (80.86% from 255) = 35.21%
R=43.59%
G=21.20%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512420600.510.190322.4410074.31
HexFF7CCE033130142644a
Octal377174316063230502144112
Binary11111111111110011001110011001110011010100001011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7CCE; }

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

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

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

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

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

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

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

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