Html Css Color HEX #FD75C2 Neon Pink

📋 copy color: '#FD75C2'

red 253 ◦ green 117 ◦ blue 194

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

Shades of Neon Pink #FD75C2

Tints of Neon Pink #FD75C2

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.74%

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

R = 44.86%
G = 20.74%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FD75C2 (or 0xFD75C2) is known color: Neon Pink. HEX triplet: FD, 75 and C2. RGB value is (253,117,194). Sum of RGB (Red+Green+Blue) = 253+117+194=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 117 (46.09% from 255 or 20.74% from 564); Blue value is 194 (76.17% from 255 or 34.40% from 564); Max value from RGB is 253 - color contains mainly: red. Hex color #FD75C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD75C2 is #028A3D. Grayscale: #A6A6A6. Windows color (decimal): -166462 or 12744189. OLE color: 12744189.

HSL color Cylindrical-coordinate representation of color #FD75C2: hue angle of 326.03º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FD75C2 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 117 194 -
CMYK 0 0.54 0.23 0.01
HSL 326.03º 0.97% 0.73% -
HSV(B) 326.03º 0.54% 0.99% -
XYZ 56.61 37.5 55.29 -
YUV 166.44 143.56 189.74 -
System Red Green Blue C M Y K H S L
Decimal 253 117 194 0 0.54 0.23 0.01 326.03 0.97 0.73
Hex FD 75 C2 0 36 17 1 146 61 49
Octal 375 165 302 0 66 27 1 506 141 111
Binary 11111101 1110101 11000010 0 110110 10111 1 101000110 1100001 1001001

Color Harmonies of #FD75C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD75C2

Black with #FD75C2

Text Example


Text Example

White with #FD75C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD75C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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