#FD5CCE

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

Shades of Neon Pink #FD5CCE

Tints of Neon Pink #FD5CCE

Color information

#FD5CCE (or 0xFD5CCE) is unknown color: approx Neon Pink. HEX triplet: FD, 5C and CE. RGB value is (253,92,206). Sum of RGB (Red+Green+Blue) = 253+92+206=551 (72% of max value = 765). Red value is 253 (99.22% from 255 or 45.92% from 551); Green value is 92 (36.33% from 255 or 16.70% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5CCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5CCE is #02A331. Grayscale: #989898. Windows color (decimal): -172850 or 13524221. OLE color: 13524221.

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

Color convert

RGB25392206-
CMYK00.640.190.01
HSL317.52º97.58%67.65%-
HSV(B)317.52º63.64%99.22%-
XYZ55.4832.9961.84-
YUV153.14157.84199.23-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.92%
GREEN value IS 92 (36.33% from 255) = 16.70%
BLUE value IS 206 (80.86% from 255) = 37.39%
R=45.92%
G=16.70%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539220600.640.190.01317.5297.5867.65
HexFD5CCE04013113e6244
Octal3751343160100231476142104
Binary111111011011100110011100100000010011110011111011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5CCE; }

 p { color: rgb(253,92,206); }

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

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

 a { background-color: rgb(253,92,206); }

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

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

 span { border-color: rgb(253,92,206); }

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