#F279CD

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

Shades of Neon Pink #F279CD

Tints of Neon Pink #F279CD

Color information

#F279CD (or 0xF279CD) is unknown color: approx Neon Pink. HEX triplet: F2, 79 and CD. RGB value is (242,121,205). Sum of RGB (Red+Green+Blue) = 242+121+205=568 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.61% from 568); Green value is 121 (47.66% from 255 or 21.30% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 242 - color contains mainly: red. Hex color #F279CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F279CD is #0D8632. Grayscale: #A6A6A6. Windows color (decimal): -886323 or 13466098. OLE color: 13466098.

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

Color convert

RGB242121205-
CMYK00.500.150.05
HSL318.35º82.31%71.18%-
HSV(B)318.35º50%94.9%-
XYZ54.4736.9662.02-
YUV166.76149.59181.67-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.61%
GREEN value IS 121 (47.66% from 255) = 21.30%
BLUE value IS 205 (80.47% from 255) = 36.09%
R=42.61%
G=21.30%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212120500.500.150.05318.3582.3171.18
HexF279CD032F513e5247
Octal362171315062175476122107
Binary111100101111001110011010110010111110110011111010100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F279CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F279CD; }

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

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

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

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

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

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

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

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