#FF7CCD

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

Shades of Neon Pink #FF7CCD

Tints of Neon Pink #FF7CCD

Color information

#FF7CCD (or 0xFF7CCD) is unknown color: approx Neon Pink. HEX triplet: FF, 7C and CD. RGB value is (255,124,205). Sum of RGB (Red+Green+Blue) = 255+124+205=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 124 (48.83% from 255 or 21.23% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7CCD is #008332. Grayscale: #ACACAC. Windows color (decimal): -33587 or 13466879. OLE color: 13466879.

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

Color convert

RGB255124205-
CMYK00.510.200
HSL322.9º100%74.31%-
HSV(B)322.9º51.37%100%-
XYZ59.4740.0862.36-
YUV172.4146.4186.91-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.66%
GREEN value IS 124 (48.83% from 255) = 21.23%
BLUE value IS 205 (80.47% from 255) = 35.10%
R=43.66%
G=21.23%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512420500.510.200322.910074.31
HexFF7CCD033140143644a
Octal377174315063240503144112
Binary11111111111110011001101011001110100010100001111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7CCD; }

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

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

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

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

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

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

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

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