Html Css Color HEX #FD60C2 Neon Pink

📋 copy color: '#FD60C2'

red 253 ◦ green 96 ◦ blue 194

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

Shades of Neon Pink #FD60C2

Tints of Neon Pink #FD60C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.73%

R = 46.59%
G = 17.68%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FD60C2 (or 0xFD60C2) is known color: Neon Pink. HEX triplet: FD, 60 and C2. RGB value is (253,96,194). Sum of RGB (Red+Green+Blue) = 253+96+194=543 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.59% from 543); Green value is 96 (37.89% from 255 or 17.68% from 543); Blue value is 194 (76.17% from 255 or 35.73% from 543); Max value from RGB is 253 - color contains mainly: red. Hex color #FD60C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD60C2 is #029F3D. Grayscale: #999999. Windows color (decimal): -171838 or 12738813. OLE color: 12738813.

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

Color convert

RGB 253 96 194 -
CMYK 0 0.62 0.23 0.01
HSL 322.55º 0.98% 0.68% -
HSV(B) 322.55º 0.62% 0.99% -
XYZ 54.43 33.14 54.57 -
YUV 154.12 150.51 198.53 -
System Red Green Blue C M Y K H S L
Decimal 253 96 194 0 0.62 0.23 0.01 322.55 0.98 0.68
Hex FD 60 C2 0 3E 17 1 143 62 44
Octal 375 140 302 0 76 27 1 503 142 104
Binary 11111101 1100000 11000010 0 111110 10111 1 101000011 1100010 1000100

Color Harmonies of #FD60C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD60C2

Black with #FD60C2

Text Example


Text Example

White with #FD60C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD60C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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