#FD68CE

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

Shades of Neon Pink #FD68CE

Tints of Neon Pink #FD68CE

Color information

#FD68CE (or 0xFD68CE) is unknown color: approx Neon Pink. HEX triplet: FD, 68 and CE. RGB value is (253,104,206). Sum of RGB (Red+Green+Blue) = 253+104+206=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 104 (41.02% from 255 or 18.47% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FD68CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD68CE is #029731. Grayscale: #9F9F9F. Windows color (decimal): -169778 or 13527293. OLE color: 13527293.

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

Color convert

RGB253104206-
CMYK00.590.190.01
HSL318.93º97.39%70%-
HSV(B)318.93º58.89%99.22%-
XYZ56.635.2462.21-
YUV160.18153.86194.21-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.94%
GREEN value IS 104 (41.02% from 255) = 18.47%
BLUE value IS 206 (80.86% from 255) = 36.59%
R=44.94%
G=18.47%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310420600.590.190.01318.9397.3970
HexFD68CE03B13113f6146
Octal375150316073231477141106
Binary11111101110100011001110011101110011110011111111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD68CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD68CE; }

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

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

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

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

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

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

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

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