Html Css Color HEX #FD6ACF Neon Pink

📋 copy color: '#FD6ACF'

red 253 ◦ green 106 ◦ blue 207

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

Shades of Neon Pink #FD6ACF

Tints of Neon Pink #FD6ACF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.73%

 BLUE value IS 207 (81.25% from 255) = 36.57%

R = 44.7%
G = 18.73%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FD6ACF (or 0xFD6ACF) is known color: Neon Pink. HEX triplet: FD, 6A and CF. RGB value is (253,106,207). Sum of RGB (Red+Green+Blue) = 253+106+207=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 106 (41.80% from 255 or 18.73% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6ACF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD6ACF is #029530. Grayscale: #A1A1A1. Windows color (decimal): -169265 or 13593341. OLE color: 13593341.

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

Color convert

RGB 253 106 207 -
CMYK 0 0.58 0.18 0.01
HSL 318.78º 0.97% 0.7% -
HSV(B) 318.78º 0.58% 0.99% -
XYZ 56.92 35.7 62.92 -
YUV 161.47 153.7 193.29 -
System Red Green Blue C M Y K H S L
Decimal 253 106 207 0 0.58 0.18 0.01 318.78 0.97 0.7
Hex FD 6A CF 0 3A 12 1 13F 61 46
Octal 375 152 317 0 72 22 1 477 141 106
Binary 11111101 1101010 11001111 0 111010 10010 1 100111111 1100001 1000110

Color Harmonies of #FD6ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6ACF

Black with #FD6ACF

Text Example


Text Example

White with #FD6ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6ACF; }

 p { color: rgb(253,106,207); }

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

background-color css

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

 a { background-color: rgb(253,106,207); }

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

border-color css

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

 span { border-color: rgb(253,106,207); }

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