#FB7AD5

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

Shades of Neon Pink #FB7AD5

Tints of Neon Pink #FB7AD5

Color information

#FB7AD5 (or 0xFB7AD5) is unknown color: approx Neon Pink. HEX triplet: FB, 7A and D5. RGB value is (251,122,213). Sum of RGB (Red+Green+Blue) = 251+122+213=586 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.83% from 586); Green value is 122 (48.05% from 255 or 20.82% from 586); Blue value is 213 (83.59% from 255 or 36.35% from 586); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7AD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7AD5 is #04852A. Grayscale: #AAAAAA. Windows color (decimal): -296235 or 13990651. OLE color: 13990651.

HSL color Cylindrical-coordinate representation of color #FB7AD5: hue angle of 317.67º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FB7AD5 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB251122213-
CMYK00.510.150.02
HSL317.67º94.16%73.14%-
HSV(B)317.67º51.39%98.43%-
XYZ58.7539.2367.43-
YUV170.94151.74185.1-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.83%
GREEN value IS 122 (48.05% from 255) = 20.82%
BLUE value IS 213 (83.59% from 255) = 36.35%
R=42.83%
G=20.82%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112221300.510.150.02317.6794.1673.14
HexFB7AD5033F213e5e49
Octal373172325063172476136111
Binary11111011111101011010101011001111111010011111010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7AD5; }

 p { color: rgb(251,122,213); }

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

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

 a { background-color: rgb(251,122,213); }

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

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

 span { border-color: rgb(251,122,213); }

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