#FD6FDA

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

Shades of Neon Pink #FD6FDA

Tints of Neon Pink #FD6FDA

Color information

#FD6FDA (or 0xFD6FDA) is unknown color: approx Neon Pink. HEX triplet: FD, 6F and DA. RGB value is (253,111,218). Sum of RGB (Red+Green+Blue) = 253+111+218=582 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.47% from 582); Green value is 111 (43.75% from 255 or 19.07% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6FDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD6FDA is #029025. Grayscale: #A5A5A5. Windows color (decimal): -167974 or 14315517. OLE color: 14315517.

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

Color convert

RGB253111218-
CMYK00.560.140.01
HSL314.79º97.26%71.37%-
HSV(B)314.79º56.13%99.22%-
XYZ58.8537.3170.43-
YUV165.66157.54190.3-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.47%
GREEN value IS 111 (43.75% from 255) = 19.07%
BLUE value IS 218 (85.55% from 255) = 37.46%
R=43.47%
G=19.07%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311121800.560.140.01314.7997.2671.37
HexFD6FDA038E113b6147
Octal375157332070161473141107
Binary1111110111011111101101001110001110110011101111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6FDA; }

 p { color: rgb(253,111,218); }

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

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

 a { background-color: rgb(253,111,218); }

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

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

 span { border-color: rgb(253,111,218); }

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