Html Css Color HEX #FD70C8 Neon Pink

📋 copy color: '#FD70C8'

red 253 ◦ green 112 ◦ blue 200

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

Shades of Neon Pink #FD70C8

Tints of Neon Pink #FD70C8

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.82%

 BLUE value IS 200 (78.52% from 255) = 35.4%

R = 44.78%
G = 19.82%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FD70C8 (or 0xFD70C8) is known color: Neon Pink. HEX triplet: FD, 70 and C8. RGB value is (253,112,200). Sum of RGB (Red+Green+Blue) = 253+112+200=565 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.78% from 565); Green value is 112 (44.14% from 255 or 19.82% from 565); Blue value is 200 (78.52% from 255 or 35.40% from 565); Max value from RGB is 253 - color contains mainly: red. Hex color #FD70C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD70C8 is #028F37. Grayscale: #A3A3A3. Windows color (decimal): -167736 or 13136125. OLE color: 13136125.

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

Color convert

RGB 253 112 200 -
CMYK 0 0.56 0.21 0.01
HSL 322.55º 0.97% 0.72% -
HSV(B) 322.55º 0.56% 0.99% -
XYZ 56.73 36.64 58.73 -
YUV 164.19 148.21 191.34 -
System Red Green Blue C M Y K H S L
Decimal 253 112 200 0 0.56 0.21 0.01 322.55 0.97 0.72
Hex FD 70 C8 0 38 15 1 143 61 48
Octal 375 160 310 0 70 25 1 503 141 110
Binary 11111101 1110000 11001000 0 111000 10101 1 101000011 1100001 1001000

Color Harmonies of #FD70C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD70C8

Black with #FD70C8

Text Example


Text Example

White with #FD70C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD70C8; }

 p { color: rgb(253,112,200); }

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

background-color css

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

 a { background-color: rgb(253,112,200); }

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

border-color css

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

 span { border-color: rgb(253,112,200); }

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