#F273C4

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

Shades of Neon Pink #F273C4

Tints of Neon Pink #F273C4

Color information

#F273C4 (or 0xF273C4) is unknown color: approx Neon Pink. HEX triplet: F2, 73 and C4. RGB value is (242,115,196). Sum of RGB (Red+Green+Blue) = 242+115+196=553 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.76% from 553); Green value is 115 (45.31% from 255 or 20.80% from 553); Blue value is 196 (76.95% from 255 or 35.44% from 553); Max value from RGB is 242 - color contains mainly: red. Hex color #F273C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F273C4 is #0D8C3B. Grayscale: #A2A2A2. Windows color (decimal): -887868 or 12874738. OLE color: 12874738.

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

Color convert

RGB242115196-
CMYK00.520.190.05
HSL321.73º83.01%70%-
HSV(B)321.73º52.48%94.9%-
XYZ52.7135.1256.23-
YUV162.21147.08184.91-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.76%
GREEN value IS 115 (45.31% from 255) = 20.80%
BLUE value IS 196 (76.95% from 255) = 35.44%
R=43.76%
G=20.80%
B=35.44%

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
Decimal24211519600.520.190.05321.7383.0170
HexF273C40341351425346
Octal362163304064235502123106
Binary1111001011100111100010001101001001110110100001010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F273C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F273C4; }

 p { color: rgb(242,115,196); }

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

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

 a { background-color: rgb(242,115,196); }

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

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

 span { border-color: rgb(242,115,196); }

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