Html Css Color HEX #FD60C6 Neon Pink

📋 copy color: '#FD60C6'

red 253 ◦ green 96 ◦ blue 198

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

Shades of Neon Pink #FD60C6

Tints of Neon Pink #FD60C6

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.55%

 BLUE value IS 198 (77.73% from 255) = 36.2%

R = 46.25%
G = 17.55%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FD60C6 (or 0xFD60C6) is known color: Neon Pink. HEX triplet: FD, 60 and C6. RGB value is (253,96,198). Sum of RGB (Red+Green+Blue) = 253+96+198=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 96 (37.89% from 255 or 17.55% from 547); Blue value is 198 (77.73% from 255 or 36.20% from 547); Max value from RGB is 253 - color contains mainly: red. Hex color #FD60C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD60C6 is #029F39. Grayscale: #9A9A9A. Windows color (decimal): -171834 or 13000957. OLE color: 13000957.

HSL color Cylindrical-coordinate representation of color #FD60C6: hue angle of 321.02º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FD60C6 is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 96 198 -
CMYK 0 0.62 0.22 0.01
HSL 321.02º 0.98% 0.68% -
HSV(B) 321.02º 0.62% 0.99% -
XYZ 54.88 33.33 56.97 -
YUV 154.57 152.51 198.21 -
System Red Green Blue C M Y K H S L
Decimal 253 96 198 0 0.62 0.22 0.01 321.02 0.98 0.68
Hex FD 60 C6 0 3E 16 1 141 62 44
Octal 375 140 306 0 76 26 1 501 142 104
Binary 11111101 1100000 11000110 0 111110 10110 1 101000001 1100010 1000100

Color Harmonies of #FD60C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD60C6

Black with #FD60C6

Text Example


Text Example

White with #FD60C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD60C6; }

 p { color: rgb(253,96,198); }

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

background-color css

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

 a { background-color: rgb(253,96,198); }

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

border-color css

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

 span { border-color: rgb(253,96,198); }

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