Html Css Color HEX #FF72D3 Neon Pink

📋 copy color: '#FF72D3'

red 255 ◦ green 114 ◦ blue 211

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

Shades of Neon Pink #FF72D3

Tints of Neon Pink #FF72D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.38%

R = 43.97%
G = 19.66%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#FF72D3 (or 0xFF72D3) is known color: Neon Pink. HEX triplet: FF, 72 and D3. RGB value is (255,114,211). Sum of RGB (Red+Green+Blue) = 255+114+211=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 114 (44.92% from 255 or 19.66% from 580); Blue value is 211 (82.81% from 255 or 36.38% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FF72D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF72D3 is #008D2C. Grayscale: #A6A6A6. Windows color (decimal): -36141 or 13857535. OLE color: 13857535.

HSL color Cylindrical-coordinate representation of color #FF72D3: hue angle of 318.72º 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 #FF72D3 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.

Color convert

RGB 255 114 211 -
CMYK 0 0.55 0.17 0
HSL 318.72º 1% 0.72% -
HSV(B) 318.72º 0.55% 1% -
XYZ 59.02 38 65.85 -
YUV 167.22 152.71 190.61 -
System Red Green Blue C M Y K H S L
Decimal 255 114 211 0 0.55 0.17 0 318.72 1 0.72
Hex FF 72 D3 0 37 11 0 13F 64 48
Octal 377 162 323 0 67 21 0 477 144 110
Binary 11111111 1110010 11010011 0 110111 10001 0 100111111 1100100 1001000

Color Harmonies of #FF72D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF72D3

Black with #FF72D3

Text Example


Text Example

White with #FF72D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF72D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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