#F27ACD

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

Shades of Neon Pink #F27ACD

Tints of Neon Pink #F27ACD

Color information

#F27ACD (or 0xF27ACD) is unknown color: approx Neon Pink. HEX triplet: F2, 7A and CD. RGB value is (242,122,205). Sum of RGB (Red+Green+Blue) = 242+122+205=569 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.53% from 569); Green value is 122 (48.05% from 255 or 21.44% from 569); Blue value is 205 (80.47% from 255 or 36.03% from 569); Max value from RGB is 242 - color contains mainly: red. Hex color #F27ACD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27ACD is #0D8532. Grayscale: #A7A7A7. Windows color (decimal): -886067 or 13466354. OLE color: 13466354.

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

Color convert

RGB242122205-
CMYK00.500.150.05
HSL318.5º82.19%71.37%-
HSV(B)318.5º49.59%94.9%-
XYZ54.637.262.06-
YUV167.34149.26181.25-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.53%
GREEN value IS 122 (48.05% from 255) = 21.44%
BLUE value IS 205 (80.47% from 255) = 36.03%
R=42.53%
G=21.44%
B=36.03%

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
Decimal24212220500.500.150.05318.582.1971.37
HexF27ACD032F513e5247
Octal362172315062175476122107
Binary111100101111010110011010110010111110110011111010100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27ACD; }

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

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

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

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

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

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

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

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