#F27ACE

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

Shades of Neon Pink #F27ACE

Tints of Neon Pink #F27ACE

Color information

#F27ACE (or 0xF27ACE) is unknown color: approx Neon Pink. HEX triplet: F2, 7A and CE. RGB value is (242,122,206). Sum of RGB (Red+Green+Blue) = 242+122+206=570 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.46% from 570); Green value is 122 (48.05% from 255 or 21.40% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 242 - color contains mainly: red. Hex color #F27ACE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27ACE is #0D8531. Grayscale: #A7A7A7. Windows color (decimal): -886066 or 13531890. OLE color: 13531890.

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

Color convert

RGB242122206-
CMYK00.500.150.05
HSL318º82.19%71.37%-
HSV(B)318º49.59%94.9%-
XYZ54.7237.2562.7-
YUV167.46149.76181.17-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.46%
GREEN value IS 122 (48.05% from 255) = 21.40%
BLUE value IS 206 (80.86% from 255) = 36.14%
R=42.46%
G=21.40%
B=36.14%

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
Decimal24212220600.500.150.0531882.1971.37
HexF27ACE032F513e5247
Octal362172316062175476122107
Binary111100101111010110011100110010111110110011111010100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27ACE; }

 p { color: rgb(242,122,206); }

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

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

 a { background-color: rgb(242,122,206); }

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

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

 span { border-color: rgb(242,122,206); }

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