Html Css Color HEX #FD68C7 Neon Pink

📋 copy color: '#FD68C7'

red 253 ◦ green 104 ◦ blue 199

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

Shades of Neon Pink #FD68C7

Tints of Neon Pink #FD68C7

RGB

 RED value IS 253 (99.22% from 255) = 45.5%

 GREEN value IS 104 (41.02% from 255) = 18.71%

 BLUE value IS 199 (78.13% from 255) = 35.79%

R = 45.5%
G = 18.71%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FD68C7 (or 0xFD68C7) is known color: Neon Pink. HEX triplet: FD, 68 and C7. RGB value is (253,104,199). Sum of RGB (Red+Green+Blue) = 253+104+199=556 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.50% from 556); Green value is 104 (41.02% from 255 or 18.71% from 556); Blue value is 199 (78.12% from 255 or 35.79% from 556); Max value from RGB is 253 - color contains mainly: red. Hex color #FD68C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD68C7 is #029738. Grayscale: #9F9F9F. Windows color (decimal): -169785 or 13068541. OLE color: 13068541.

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

Color convert

RGB 253 104 199 -
CMYK 0 0.59 0.21 0.01
HSL 321.75º 0.97% 0.7% -
HSV(B) 321.75º 0.59% 0.99% -
XYZ 55.77 34.91 57.83 -
YUV 159.38 150.36 194.78 -
System Red Green Blue C M Y K H S L
Decimal 253 104 199 0 0.59 0.21 0.01 321.75 0.97 0.7
Hex FD 68 C7 0 3B 15 1 142 61 46
Octal 375 150 307 0 73 25 1 502 141 106
Binary 11111101 1101000 11000111 0 111011 10101 1 101000010 1100001 1000110

Color Harmonies of #FD68C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD68C7

Black with #FD68C7

Text Example


Text Example

White with #FD68C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD68C7; }

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

 H1.HeaderClassName
 {
   color: #FD68C7;
 }
 .AnyTagClassName
 {
   color: #FD68C7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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