#FD5ACF

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

Shades of Neon Pink #FD5ACF

Tints of Neon Pink #FD5ACF

Color information

#FD5ACF (or 0xFD5ACF) is unknown color: approx Neon Pink. HEX triplet: FD, 5A and CF. RGB value is (253,90,207). Sum of RGB (Red+Green+Blue) = 253+90+207=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 90 (35.55% from 255 or 16.36% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5ACF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5ACF is #02A530. Grayscale: #979797. Windows color (decimal): -173361 or 13589245. OLE color: 13589245.

HSL color Cylindrical-coordinate representation of color #FD5ACF: hue angle of 316.93º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FD5ACF is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB25390207-
CMYK00.640.180.01
HSL316.93º97.6%67.25%-
HSV(B)316.93º64.43%99.22%-
XYZ55.4332.762.42-
YUV152.07159199.99-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46%
GREEN value IS 90 (35.55% from 255) = 16.36%
BLUE value IS 207 (81.25% from 255) = 37.64%
R=46%
G=16.36%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539020700.640.180.01316.9397.667.25
HexFD5ACF04012113d6243
Octal3751323170100221475142103
Binary111111011011010110011110100000010010110011110111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5ACF; }

 p { color: rgb(253,90,207); }

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

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

 a { background-color: rgb(253,90,207); }

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

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

 span { border-color: rgb(253,90,207); }

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