Html Css Color HEX #FD51C7 Neon Pink

📋 copy color: '#FD51C7'

red 253 ◦ green 81 ◦ blue 199

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

Shades of Neon Pink #FD51C7

Tints of Neon Pink #FD51C7

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.2%

 BLUE value IS 199 (78.13% from 255) = 37.34%

R = 47.47%
G = 15.2%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FD51C7 (or 0xFD51C7) is known color: Neon Pink. HEX triplet: FD, 51 and C7. RGB value is (253,81,199). Sum of RGB (Red+Green+Blue) = 253+81+199=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 81 (32.03% from 255 or 15.20% from 533); Blue value is 199 (78.12% from 255 or 37.34% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FD51C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD51C7 is #02AE38. Grayscale: #919191. Windows color (decimal): -175673 or 13062653. OLE color: 13062653.

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

Color convert

RGB 253 81 199 -
CMYK 0 0.68 0.21 0.01
HSL 318.84º 0.98% 0.65% -
HSV(B) 318.84º 0.68% 0.99% -
XYZ 53.76 30.89 57.16 -
YUV 145.88 157.98 204.41 -
System Red Green Blue C M Y K H S L
Decimal 253 81 199 0 0.68 0.21 0.01 318.84 0.98 0.65
Hex FD 51 C7 0 44 15 1 13F 62 41
Octal 375 121 307 0 104 25 1 477 142 101
Binary 11111101 1010001 11000111 0 1000100 10101 1 100111111 1100010 1000001

Color Harmonies of #FD51C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD51C7

Black with #FD51C7

Text Example


Text Example

White with #FD51C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD51C7; }

 p { color: rgb(253,81,199); }

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

background-color css

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

 a { background-color: rgb(253,81,199); }

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

border-color css

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

 span { border-color: rgb(253,81,199); }

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