#F270C1

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

Shades of Neon Pink #F270C1

Tints of Neon Pink #F270C1

Color information

#F270C1 (or 0xF270C1) is unknown color: approx Neon Pink. HEX triplet: F2, 70 and C1. RGB value is (242,112,193). Sum of RGB (Red+Green+Blue) = 242+112+193=547 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.24% from 547); Green value is 112 (44.14% from 255 or 20.48% from 547); Blue value is 193 (75.78% from 255 or 35.28% from 547); Max value from RGB is 242 - color contains mainly: red. Hex color #F270C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F270C1 is #0D8F3E. Grayscale: #9F9F9F. Windows color (decimal): -888639 or 12677362. OLE color: 12677362.

HSL color Cylindrical-coordinate representation of color #F270C1: hue angle of 322.62º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F270C1 is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB242112193-
CMYK00.540.200.05
HSL322.62º83.33%69.41%-
HSV(B)322.62º53.72%94.9%-
XYZ52.0434.3254.33-
YUV160.1146.57186.41-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.24%
GREEN value IS 112 (44.14% from 255) = 20.48%
BLUE value IS 193 (75.78% from 255) = 35.28%
R=44.24%
G=20.48%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211219300.540.200.05322.6283.3369.41
HexF270C10361451435345
Octal362160301066245503123105
Binary1111001011100001100000101101101010010110100001110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F270C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F270C1; }

 p { color: rgb(242,112,193); }

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

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

 a { background-color: rgb(242,112,193); }

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

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

 span { border-color: rgb(242,112,193); }

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