#FD6ACA

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

Shades of Neon Pink #FD6ACA

Tints of Neon Pink #FD6ACA

Color information

#FD6ACA (or 0xFD6ACA) is unknown color: approx Neon Pink. HEX triplet: FD, 6A and CA. RGB value is (253,106,202). Sum of RGB (Red+Green+Blue) = 253+106+202=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 106 (41.80% from 255 or 18.89% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6ACA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD6ACA is #029535. Grayscale: #A0A0A0. Windows color (decimal): -169270 or 13265661. OLE color: 13265661.

HSL color Cylindrical-coordinate representation of color #FD6ACA: hue angle of 320.82º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FD6ACA is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB253106202-
CMYK00.580.200.01
HSL320.82º97.35%70.39%-
HSV(B)320.82º58.1%99.22%-
XYZ56.3235.4559.75-
YUV160.9151.2193.69-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.10%
GREEN value IS 106 (41.80% from 255) = 18.89%
BLUE value IS 202 (79.30% from 255) = 36.01%
R=45.10%
G=18.89%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310620200.580.200.01320.8297.3570.39
HexFD6ACA03A1411416146
Octal375152312072241501141106
Binary11111101110101011001010011101010100110100000111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6ACA; }

 p { color: rgb(253,106,202); }

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

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

 a { background-color: rgb(253,106,202); }

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

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

 span { border-color: rgb(253,106,202); }

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