#F274D5

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

Shades of Neon Pink #F274D5

Tints of Neon Pink #F274D5

Color information

#F274D5 (or 0xF274D5) is unknown color: approx Neon Pink. HEX triplet: F2, 74 and D5. RGB value is (242,116,213). Sum of RGB (Red+Green+Blue) = 242+116+213=571 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.38% from 571); Green value is 116 (45.70% from 255 or 20.32% from 571); Blue value is 213 (83.59% from 255 or 37.30% from 571); Max value from RGB is 242 - color contains mainly: red. Hex color #F274D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F274D5 is #0D8B2A. Grayscale: #A4A4A4. Windows color (decimal): -887595 or 13989106. OLE color: 13989106.

HSL color Cylindrical-coordinate representation of color #F274D5: hue angle of 313.81º 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 #F274D5 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB242116213-
CMYK00.520.120.05
HSL313.81º82.89%70.2%-
HSV(B)313.81º52.07%94.9%-
XYZ54.8736.1767.04-
YUV164.73155.24183.11-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.38%
GREEN value IS 116 (45.70% from 255) = 20.32%
BLUE value IS 213 (83.59% from 255) = 37.30%
R=42.38%
G=20.32%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211621300.520.120.05313.8182.8970.2
HexF274D5034C513a5346
Octal362164325064145472123106
Binary111100101110100110101010110100110010110011101010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F274D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F274D5; }

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

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

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

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

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

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

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

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