Html Css Color HEX #FE70C5 Neon Pink

📋 copy color: '#FE70C5'

red 254 ◦ green 112 ◦ blue 197

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

Shades of Neon Pink #FE70C5

Tints of Neon Pink #FE70C5

RGB

 RED value IS 254 (99.61% from 255) = 45.12%

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

 BLUE value IS 197 (77.34% from 255) = 34.99%

R = 45.12%
G = 19.89%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FE70C5 (or 0xFE70C5) is known color: Neon Pink. HEX triplet: FE, 70 and C5. RGB value is (254,112,197). Sum of RGB (Red+Green+Blue) = 254+112+197=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 112 (44.14% from 255 or 19.89% from 563); Blue value is 197 (77.34% from 255 or 34.99% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FE70C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE70C5 is #018F3A. Grayscale: #A3A3A3. Windows color (decimal): -102203 or 12939518. OLE color: 12939518.

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

Color convert

RGB 254 112 197 -
CMYK 0 0.56 0.22 0.00
HSL 324.08º 0.99% 0.72% -
HSV(B) 324.08º 0.56% 1% -
XYZ 56.75 36.69 56.91 -
YUV 164.15 146.54 192.09 -
System Red Green Blue C M Y K H S L
Decimal 254 112 197 0 0.56 0.22 0.00 324.08 0.99 0.72
Hex FE 70 C5 0 38 16 0 144 63 48
Octal 376 160 305 0 70 26 0 504 143 110
Binary 11111110 1110000 11000101 0 111000 10110 0 101000100 1100011 1001000

Color Harmonies of #FE70C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE70C5

Black with #FE70C5

Text Example


Text Example

White with #FE70C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE70C5; }

 p { color: rgb(254,112,197); }

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

background-color css

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

 a { background-color: rgb(254,112,197); }

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

border-color css

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

 span { border-color: rgb(254,112,197); }

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