Html Css Color HEX #FD5FCC Neon Pink

📋 copy color: '#FD5FCC'

red 253 ◦ green 95 ◦ blue 204

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

Shades of Neon Pink #FD5FCC

Tints of Neon Pink #FD5FCC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.21%

 BLUE value IS 204 (80.08% from 255) = 36.96%

R = 45.83%
G = 17.21%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FD5FCC (or 0xFD5FCC) is known color: Neon Pink. HEX triplet: FD, 5F and CC. RGB value is (253,95,204). Sum of RGB (Red+Green+Blue) = 253+95+204=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 95 (37.5% from 255 or 17.21% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5FCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5FCC is #02A033. Grayscale: #9A9A9A. Windows color (decimal): -172084 or 13393917. OLE color: 13393917.

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

Color convert

RGB 253 95 204 -
CMYK 0 0.62 0.19 0.01
HSL 318.61º 0.98% 0.68% -
HSV(B) 318.61º 0.62% 0.99% -
XYZ 55.5 33.43 60.65 -
YUV 154.67 155.85 198.14 -
System Red Green Blue C M Y K H S L
Decimal 253 95 204 0 0.62 0.19 0.01 318.61 0.98 0.68
Hex FD 5F CC 0 3E 13 1 13F 62 44
Octal 375 137 314 0 76 23 1 477 142 104
Binary 11111101 1011111 11001100 0 111110 10011 1 100111111 1100010 1000100

Color Harmonies of #FD5FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5FCC

Black with #FD5FCC

Text Example


Text Example

White with #FD5FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5FCC; }

 p { color: rgb(253,95,204); }

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

background-color css

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

 a { background-color: rgb(253,95,204); }

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

border-color css

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

 span { border-color: rgb(253,95,204); }

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