Html Css Color HEX #FE72CB Neon Pink

📋 copy color: '#FE72CB'

red 254 ◦ green 114 ◦ blue 203

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

Shades of Neon Pink #FE72CB

Tints of Neon Pink #FE72CB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 19.96%

 BLUE value IS 203 (79.69% from 255) = 35.55%

R = 44.48%
G = 19.96%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FE72CB (or 0xFE72CB) is known color: Neon Pink. HEX triplet: FE, 72 and CB. RGB value is (254,114,203). Sum of RGB (Red+Green+Blue) = 254+114+203=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 114 (44.92% from 255 or 19.96% from 571); Blue value is 203 (79.69% from 255 or 35.55% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FE72CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE72CB is #018D34. Grayscale: #A5A5A5. Windows color (decimal): -101685 or 13333246. OLE color: 13333246.

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

Color convert

RGB 254 114 203 -
CMYK 0 0.55 0.20 0.00
HSL 321.86º 0.99% 0.72% -
HSV(B) 321.86º 0.55% 1% -
XYZ 57.67 37.42 60.68 -
YUV 166.01 148.88 190.76 -
System Red Green Blue C M Y K H S L
Decimal 254 114 203 0 0.55 0.20 0.00 321.86 0.99 0.72
Hex FE 72 CB 0 37 14 0 142 63 48
Octal 376 162 313 0 67 24 0 502 143 110
Binary 11111110 1110010 11001011 0 110111 10100 0 101000010 1100011 1001000

Color Harmonies of #FE72CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE72CB

Black with #FE72CB

Text Example


Text Example

White with #FE72CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE72CB; }

 p { color: rgb(254,114,203); }

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

background-color css

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

 a { background-color: rgb(254,114,203); }

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

border-color css

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

 span { border-color: rgb(254,114,203); }

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