Html Css Color HEX #FF72CA Neon Pink

📋 copy color: '#FF72CA'

red 255 ◦ green 114 ◦ blue 202

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

Shades of Neon Pink #FF72CA

Tints of Neon Pink #FF72CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.38%

R = 44.66%
G = 19.96%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#FF72CA (or 0xFF72CA) is known color: Neon Pink. HEX triplet: FF, 72 and CA. RGB value is (255,114,202). Sum of RGB (Red+Green+Blue) = 255+114+202=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 114 (44.92% from 255 or 19.96% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FF72CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF72CA is #008D35. Grayscale: #A5A5A5. Windows color (decimal): -36150 or 13267711. OLE color: 13267711.

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

Color convert

RGB 255 114 202 -
CMYK 0 0.55 0.21 0
HSL 322.55º 1% 0.72% -
HSV(B) 322.55º 0.55% 1% -
XYZ 57.92 37.56 60.07 -
YUV 166.19 148.21 191.34 -
System Red Green Blue C M Y K H S L
Decimal 255 114 202 0 0.55 0.21 0 322.55 1 0.72
Hex FF 72 CA 0 37 15 0 143 64 48
Octal 377 162 312 0 67 25 0 503 144 110
Binary 11111111 1110010 11001010 0 110111 10101 0 101000011 1100100 1001000

Color Harmonies of #FF72CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF72CA

Black with #FF72CA

Text Example


Text Example

White with #FF72CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF72CA; }

 p { color: rgb(255,114,202); }

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

background-color css

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

 a { background-color: rgb(255,114,202); }

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

border-color css

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

 span { border-color: rgb(255,114,202); }

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