#F274C3

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

Shades of Neon Pink #F274C3

Tints of Neon Pink #F274C3

Color information

#F274C3 (or 0xF274C3) is unknown color: approx Neon Pink. HEX triplet: F2, 74 and C3. RGB value is (242,116,195). Sum of RGB (Red+Green+Blue) = 242+116+195=553 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.76% from 553); Green value is 116 (45.70% from 255 or 20.98% from 553); Blue value is 195 (76.56% from 255 or 35.26% from 553); Max value from RGB is 242 - color contains mainly: red. Hex color #F274C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F274C3 is #0D8B3C. Grayscale: #A2A2A2. Windows color (decimal): -887613 or 12809458. OLE color: 12809458.

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

Color convert

RGB242116195-
CMYK00.520.190.05
HSL322.38º82.89%70.2%-
HSV(B)322.38º52.07%94.9%-
XYZ52.7135.3155.67-
YUV162.68146.24184.58-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.76%
GREEN value IS 116 (45.70% from 255) = 20.98%
BLUE value IS 195 (76.56% from 255) = 35.26%
R=43.76%
G=20.98%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211619500.520.190.05322.3882.8970.2
HexF274C30341351425346
Octal362164303064235502123106
Binary1111001011101001100001101101001001110110100001010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F274C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F274C3; }

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

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

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

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

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

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

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

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