#FF74D7

Color #FF74D7 Neon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Pink #FF74D7

Tints of Neon Pink #FF74D7

Color information

#FF74D7 (or 0xFF74D7) is unknown color: approx Neon Pink. HEX triplet: FF, 74 and D7. RGB value is (255,116,215). Sum of RGB (Red+Green+Blue) = 255+116+215=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 116 (45.70% from 255 or 19.80% from 586); Blue value is 215 (84.38% from 255 or 36.69% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FF74D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF74D7 is #008B28. Grayscale: #A8A8A8. Windows color (decimal): -35625 or 14120191. OLE color: 14120191.

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

Color convert

RGB255116215-
CMYK00.550.160
HSL317.27º100%72.75%-
HSV(B)317.27º54.51%100%-
XYZ59.7538.6668.6-
YUV168.85154.05189.45-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.52%
GREEN value IS 116 (45.70% from 255) = 19.80%
BLUE value IS 215 (84.38% from 255) = 36.69%
R=43.52%
G=19.80%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511621500.550.160317.2710072.75
HexFF74D703710013d6449
Octal377164327067200475144111
Binary11111111111010011010111011011110000010011110111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF74D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF74D7; }

 p { color: rgb(255,116,215); }

 H1.HeaderClassName
 {
   color: #FF74D7;
 }
 .AnyTagClassName
 {
   color: #FF74D7;
 }
</style>
background-color css

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

 a { background-color: rgb(255,116,215); }

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

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

 span { border-color: rgb(255,116,215); }

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