#F265D1

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

Shades of Neon Pink #F265D1

Tints of Neon Pink #F265D1

Color information

#F265D1 (or 0xF265D1) is unknown color: approx Neon Pink. HEX triplet: F2, 65 and D1. RGB value is (242,101,209). Sum of RGB (Red+Green+Blue) = 242+101+209=552 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.84% from 552); Green value is 101 (39.84% from 255 or 18.30% from 552); Blue value is 209 (82.03% from 255 or 37.86% from 552); Max value from RGB is 242 - color contains mainly: red. Hex color #F265D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F265D1 is #0D9A2E. Grayscale: #9B9B9B. Windows color (decimal): -891439 or 13723122. OLE color: 13723122.

HSL color Cylindrical-coordinate representation of color #F265D1: hue angle of 314.04º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F265D1 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB242101209-
CMYK00.580.140.05
HSL314.04º84.43%67.25%-
HSV(B)314.04º58.26%94.9%-
XYZ52.7832.7963.87-
YUV155.47158.21189.72-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.84%
GREEN value IS 101 (39.84% from 255) = 18.30%
BLUE value IS 209 (82.03% from 255) = 37.86%
R=43.84%
G=18.30%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210120900.580.140.05314.0484.4367.25
HexF265D103AE513a5443
Octal362145321072165472124103
Binary111100101100101110100010111010111010110011101010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F265D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F265D1; }

 p { color: rgb(242,101,209); }

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

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

 a { background-color: rgb(242,101,209); }

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

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

 span { border-color: rgb(242,101,209); }

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