#FC7BD5

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

Shades of Neon Pink #FC7BD5

Tints of Neon Pink #FC7BD5

Color information

#FC7BD5 (or 0xFC7BD5) is unknown color: approx Neon Pink. HEX triplet: FC, 7B and D5. RGB value is (252,123,213). Sum of RGB (Red+Green+Blue) = 252+123+213=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 123 (48.44% from 255 or 20.92% from 588); Blue value is 213 (83.59% from 255 or 36.22% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7BD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7BD5 is #03842A. Grayscale: #ABABAB. Windows color (decimal): -230443 or 13990908. OLE color: 13990908.

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

Color convert

RGB252123213-
CMYK00.510.150.01
HSL318.14º95.56%73.53%-
HSV(B)318.14º51.19%98.82%-
XYZ59.2439.6767.48-
YUV171.83151.24185.18-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.86%
GREEN value IS 123 (48.44% from 255) = 20.92%
BLUE value IS 213 (83.59% from 255) = 36.22%
R=42.86%
G=20.92%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212321300.510.150.01318.1495.5673.53
HexFC7BD5033F113e604a
Octal374173325063171476140112
Binary1111110011110111101010101100111111110011111011000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7BD5; }

 p { color: rgb(252,123,213); }

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

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

 a { background-color: rgb(252,123,213); }

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

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

 span { border-color: rgb(252,123,213); }

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