Html Css Color HEX #FF70C3 Neon Pink

📋 copy color: '#FF70C3'

red 255 ◦ green 112 ◦ blue 195

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

Shades of Neon Pink #FF70C3

Tints of Neon Pink #FF70C3

RGB

 RED value IS 255 (100% from 255) = 45.37%

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

 BLUE value IS 195 (76.56% from 255) = 34.7%

R = 45.37%
G = 19.93%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#FF70C3 (or 0xFF70C3) is known color: Neon Pink. HEX triplet: FF, 70 and C3. RGB value is (255,112,195). Sum of RGB (Red+Green+Blue) = 255+112+195=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 112 (44.14% from 255 or 19.93% from 562); Blue value is 195 (76.56% from 255 or 34.70% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FF70C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF70C3 is #008F3C. Grayscale: #A4A4A4. Windows color (decimal): -36669 or 12808447. OLE color: 12808447.

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

Color convert

RGB 255 112 195 -
CMYK 0 0.56 0.24 0
HSL 325.17º 1% 0.72% -
HSV(B) 325.17º 0.56% 1% -
XYZ 56.88 36.79 55.73 -
YUV 164.22 145.38 192.75 -
System Red Green Blue C M Y K H S L
Decimal 255 112 195 0 0.56 0.24 0 325.17 1 0.72
Hex FF 70 C3 0 38 18 0 145 64 48
Octal 377 160 303 0 70 30 0 505 144 110
Binary 11111111 1110000 11000011 0 111000 11000 0 101000101 1100100 1001000

Color Harmonies of #FF70C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF70C3

Black with #FF70C3

Text Example


Text Example

White with #FF70C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF70C3; }

 p { color: rgb(255,112,195); }

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

background-color css

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

 a { background-color: rgb(255,112,195); }

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

border-color css

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

 span { border-color: rgb(255,112,195); }

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