Html Css Color HEX #FE70BD Neon Pink

📋 copy color: '#FE70BD'

red 254 ◦ green 112 ◦ blue 189

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

Shades of Neon Pink #FE70BD

Tints of Neon Pink #FE70BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 34.05%

R = 45.77%
G = 20.18%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FE70BD (or 0xFE70BD) is known color: Neon Pink. HEX triplet: FE, 70 and BD. RGB value is (254,112,189). Sum of RGB (Red+Green+Blue) = 254+112+189=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 112 (44.14% from 255 or 20.18% from 555); Blue value is 189 (74.22% from 255 or 34.05% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FE70BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE70BD is #018F42. Grayscale: #A3A3A3. Windows color (decimal): -102211 or 12415230. OLE color: 12415230.

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

Color convert

RGB 254 112 189 -
CMYK 0 0.56 0.26 0.00
HSL 327.46º 0.99% 0.72% -
HSV(B) 327.46º 0.56% 1% -
XYZ 55.85 36.33 52.21 -
YUV 163.24 142.54 192.74 -
System Red Green Blue C M Y K H S L
Decimal 254 112 189 0 0.56 0.26 0.00 327.46 0.99 0.72
Hex FE 70 BD 0 38 1A 0 147 63 48
Octal 376 160 275 0 70 32 0 507 143 110
Binary 11111110 1110000 10111101 0 111000 11010 0 101000111 1100011 1001000

Color Harmonies of #FE70BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE70BD

Black with #FE70BD

Text Example


Text Example

White with #FE70BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE70BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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