Html Css Color HEX #FE70CF Neon Pink

📋 copy color: '#FE70CF'

red 254 ◦ green 112 ◦ blue 207

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

Shades of Neon Pink #FE70CF

Tints of Neon Pink #FE70CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.13%

R = 44.33%
G = 19.55%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FE70CF (or 0xFE70CF) is known color: Neon Pink. HEX triplet: FE, 70 and CF. RGB value is (254,112,207). Sum of RGB (Red+Green+Blue) = 254+112+207=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 112 (44.14% from 255 or 19.55% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FE70CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE70CF is #018F30. Grayscale: #A5A5A5. Windows color (decimal): -102193 or 13594878. OLE color: 13594878.

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

Color convert

RGB 254 112 207 -
CMYK 0 0.56 0.19 0.00
HSL 319.86º 0.99% 0.72% -
HSV(B) 319.86º 0.56% 1% -
XYZ 57.93 37.16 63.15 -
YUV 165.29 151.54 191.28 -
System Red Green Blue C M Y K H S L
Decimal 254 112 207 0 0.56 0.19 0.00 319.86 0.99 0.72
Hex FE 70 CF 0 38 13 0 140 63 48
Octal 376 160 317 0 70 23 0 500 143 110
Binary 11111110 1110000 11001111 0 111000 10011 0 101000000 1100011 1001000

Color Harmonies of #FE70CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE70CF

Black with #FE70CF

Text Example


Text Example

White with #FE70CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE70CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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