#FD69CD

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

Shades of Neon Pink #FD69CD

Tints of Neon Pink #FD69CD

Color information

#FD69CD (or 0xFD69CD) is unknown color: approx Neon Pink. HEX triplet: FD, 69 and CD. RGB value is (253,105,205). Sum of RGB (Red+Green+Blue) = 253+105+205=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 105 (41.41% from 255 or 18.65% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FD69CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD69CD is #029632. Grayscale: #A0A0A0. Windows color (decimal): -169523 or 13462013. OLE color: 13462013.

HSL color Cylindrical-coordinate representation of color #FD69CD: hue angle of 319.46º 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 #FD69CD is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB253105205-
CMYK00.580.190.01
HSL319.46º97.37%70.2%-
HSV(B)319.46º58.5%99.22%-
XYZ56.5835.3961.61-
YUV160.65153.03193.87-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.94%
GREEN value IS 105 (41.41% from 255) = 18.65%
BLUE value IS 205 (80.47% from 255) = 36.41%
R=44.94%
G=18.65%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310520500.580.190.01319.4697.3770.2
HexFD69CD03A13113f6146
Octal375151315072231477141106
Binary11111101110100111001101011101010011110011111111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD69CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD69CD; }

 p { color: rgb(253,105,205); }

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

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

 a { background-color: rgb(253,105,205); }

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

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

 span { border-color: rgb(253,105,205); }

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