#F074D3

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

Shades of Neon Pink #F074D3

Tints of Neon Pink #F074D3

Color information

#F074D3 (or 0xF074D3) is unknown color: approx Neon Pink. HEX triplet: F0, 74 and D3. RGB value is (240,116,211). Sum of RGB (Red+Green+Blue) = 240+116+211=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 116 (45.70% from 255 or 20.46% from 567); Blue value is 211 (82.81% from 255 or 37.21% from 567); Max value from RGB is 240 - color contains mainly: red. Hex color #F074D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F074D3 is #0F8B2C. Grayscale: #A3A3A3. Windows color (decimal): -1018669 or 13858032. OLE color: 13858032.

HSL color Cylindrical-coordinate representation of color #F074D3: hue angle of 314.03º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F074D3 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB240116211-
CMYK00.520.120.06
HSL314.03º80.52%69.8%-
HSV(B)314.03º51.67%94.12%-
XYZ53.9435.7265.68-
YUV163.91154.58182.28-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.33%
GREEN value IS 116 (45.70% from 255) = 20.46%
BLUE value IS 211 (82.81% from 255) = 37.21%
R=42.33%
G=20.46%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011621100.520.120.06314.0380.5269.8
HexF074D3034C613a5146
Octal360164323064146472121106
Binary111100001110100110100110110100110011010011101010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F074D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F074D3; }

 p { color: rgb(240,116,211); }

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

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

 a { background-color: rgb(240,116,211); }

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

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

 span { border-color: rgb(240,116,211); }

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