#F271CE

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

Shades of Neon Pink #F271CE

Tints of Neon Pink #F271CE

Color information

#F271CE (or 0xF271CE) is unknown color: approx Neon Pink. HEX triplet: F2, 71 and CE. RGB value is (242,113,206). Sum of RGB (Red+Green+Blue) = 242+113+206=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 113 (44.53% from 255 or 20.14% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F271CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F271CE is #0D8E31. Grayscale: #A1A1A1. Windows color (decimal): -888370 or 13529586. OLE color: 13529586.

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

Color convert

RGB242113206-
CMYK00.530.150.05
HSL316.74º83.23%69.61%-
HSV(B)316.74º53.31%94.9%-
XYZ53.6635.1462.35-
YUV162.17152.74184.94-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.14%
GREEN value IS 113 (44.53% from 255) = 20.14%
BLUE value IS 206 (80.86% from 255) = 36.72%
R=43.14%
G=20.14%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211320600.530.150.05316.7483.2369.61
HexF271CE035F513d5346
Octal362161316065175475123106
Binary111100101110001110011100110101111110110011110110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F271CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F271CE; }

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

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

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

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

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

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

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

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