#F279CA

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

Shades of Neon Pink #F279CA

Tints of Neon Pink #F279CA

Color information

#F279CA (or 0xF279CA) is unknown color: approx Neon Pink. HEX triplet: F2, 79 and CA. RGB value is (242,121,202). Sum of RGB (Red+Green+Blue) = 242+121+202=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 121 (47.66% from 255 or 21.42% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 242 - color contains mainly: red. Hex color #F279CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F279CA is #0D8635. Grayscale: #A6A6A6. Windows color (decimal): -886326 or 13269490. OLE color: 13269490.

HSL color Cylindrical-coordinate representation of color #F279CA: hue angle of 319.83º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F279CA is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB242121202-
CMYK00.500.170.05
HSL319.83º82.31%71.18%-
HSV(B)319.83º50%94.9%-
XYZ54.1236.8260.13-
YUV166.41148.09181.91-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.83%
GREEN value IS 121 (47.66% from 255) = 21.42%
BLUE value IS 202 (79.30% from 255) = 35.75%
R=42.83%
G=21.42%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212120200.500.170.05319.8382.3171.18
HexF279CA0321151405247
Octal362171312062215500122107
Binary1111001011110011100101001100101000110110100000010100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F279CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F279CA; }

 p { color: rgb(242,121,202); }

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

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

 a { background-color: rgb(242,121,202); }

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

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

 span { border-color: rgb(242,121,202); }

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