#F274D2

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

Shades of Neon Pink #F274D2

Tints of Neon Pink #F274D2

Color information

#F274D2 (or 0xF274D2) is unknown color: approx Neon Pink. HEX triplet: F2, 74 and D2. RGB value is (242,116,210). Sum of RGB (Red+Green+Blue) = 242+116+210=568 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.61% from 568); Green value is 116 (45.70% from 255 or 20.42% from 568); Blue value is 210 (82.42% from 255 or 36.97% from 568); Max value from RGB is 242 - color contains mainly: red. Hex color #F274D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F274D2 is #0D8B2D. Grayscale: #A4A4A4. Windows color (decimal): -887598 or 13792498. OLE color: 13792498.

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

Color convert

RGB242116210-
CMYK00.520.130.05
HSL315.24º82.89%70.2%-
HSV(B)315.24º52.07%94.9%-
XYZ54.536.0265.05-
YUV164.39153.74183.36-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.61%
GREEN value IS 116 (45.70% from 255) = 20.42%
BLUE value IS 210 (82.42% from 255) = 36.97%
R=42.61%
G=20.42%
B=36.97%

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
Decimal24211621000.520.130.05315.2482.8970.2
HexF274D2034D513b5346
Octal362164322064155473123106
Binary111100101110100110100100110100110110110011101110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F274D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F274D2; }

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

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

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

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

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

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

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

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