#F274D3

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

Shades of Neon Pink #F274D3

Tints of Neon Pink #F274D3

Color information

#F274D3 (or 0xF274D3) is unknown color: approx Neon Pink. HEX triplet: F2, 74 and D3. RGB value is (242,116,211). Sum of RGB (Red+Green+Blue) = 242+116+211=569 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.53% from 569); Green value is 116 (45.70% from 255 or 20.39% from 569); Blue value is 211 (82.81% from 255 or 37.08% from 569); Max value from RGB is 242 - color contains mainly: red. Hex color #F274D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F274D3 is #0D8B2C. Grayscale: #A4A4A4. Windows color (decimal): -887597 or 13858034. OLE color: 13858034.

HSL color Cylindrical-coordinate representation of color #F274D3: hue angle of 314.76º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F274D3 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB242116211-
CMYK00.520.130.05
HSL314.76º82.89%70.2%-
HSV(B)314.76º52.07%94.9%-
XYZ54.6236.0765.71-
YUV164.5154.24183.28-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.53%
GREEN value IS 116 (45.70% from 255) = 20.39%
BLUE value IS 211 (82.81% from 255) = 37.08%
R=42.53%
G=20.39%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211621100.520.130.05314.7682.8970.2
HexF274D3034D513b5346
Octal362164323064155473123106
Binary111100101110100110100110110100110110110011101110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F274D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F274D3; }

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

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

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

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

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

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

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

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