Html Css Color HEX #FD68CE Neon Pink

📋 copy color: '#FD68CE'

red 253 ◦ green 104 ◦ blue 206

#FD68CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Pink #FD68CE

Tints of Neon Pink #FD68CE

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 value IS 0

 M value IS 0.59

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FD68CE (or 0xFD68CE) is known color: 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

RGB 253 104 206 -
CMYK 0 0.59 0.19 0.01
HSL 318.93º 0.97% 0.7% -
HSV(B) 318.93º 0.59% 0.99% -
XYZ 56.6 35.24 62.21 -
YUV 160.18 153.86 194.21 -
System Red Green Blue C M Y K H S L
Decimal 253 104 206 0 0.59 0.19 0.01 318.93 0.97 0.7
Hex FD 68 CE 0 3B 13 1 13F 61 46
Octal 375 150 316 0 73 23 1 477 141 106
Binary 11111101 1101000 11001110 0 111011 10011 1 100111111 1100001 1000110

Color Harmonies of #FD68CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD68CE

Black with #FD68CE

Text Example


Text Example

White with #FD68CE

Text Example


Text Example

HTML Codes & Css Web 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>