#FF7ED2

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

Shades of Neon Pink #FF7ED2

Tints of Neon Pink #FF7ED2

Color information

#FF7ED2 (or 0xFF7ED2) is unknown color: approx Neon Pink. HEX triplet: FF, 7E and D2. RGB value is (255,126,210). Sum of RGB (Red+Green+Blue) = 255+126+210=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 126 (49.61% from 255 or 21.32% from 591); Blue value is 210 (82.42% from 255 or 35.53% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7ED2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7ED2 is #00812D. Grayscale: #ADADAD. Windows color (decimal): -33070 or 13795071. OLE color: 13795071.

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

Color convert

RGB255126210-
CMYK00.510.180
HSL320.93º100%74.71%-
HSV(B)320.93º50.59%100%-
XYZ60.3340.8365.67-
YUV174.15148.24185.67-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.15%
GREEN value IS 126 (49.61% from 255) = 21.32%
BLUE value IS 210 (82.42% from 255) = 35.53%
R=43.15%
G=21.32%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512621000.510.180320.9310074.71
HexFF7ED2033120141644b
Octal377176322063220501144113
Binary11111111111111011010010011001110010010100000111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7ED2; }

 p { color: rgb(255,126,210); }

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

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

 a { background-color: rgb(255,126,210); }

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

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

 span { border-color: rgb(255,126,210); }

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