#F26FD4

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

Shades of Neon Pink #F26FD4

Tints of Neon Pink #F26FD4

Color information

#F26FD4 (or 0xF26FD4) is unknown color: approx Neon Pink. HEX triplet: F2, 6F and D4. RGB value is (242,111,212). Sum of RGB (Red+Green+Blue) = 242+111+212=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 111 (43.75% from 255 or 19.65% from 565); Blue value is 212 (83.20% from 255 or 37.52% from 565); Max value from RGB is 242 - color contains mainly: red. Hex color #F26FD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26FD4 is #0D902B. Grayscale: #A1A1A1. Windows color (decimal): -888876 or 13922290. OLE color: 13922290.

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

Color convert

RGB242111212-
CMYK00.540.120.05
HSL313.74º83.44%69.22%-
HSV(B)313.74º54.13%94.9%-
XYZ54.193566.19-
YUV161.68156.4185.29-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.83%
GREEN value IS 111 (43.75% from 255) = 19.65%
BLUE value IS 212 (83.20% from 255) = 37.52%
R=42.83%
G=19.65%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211121200.540.120.05313.7483.4469.22
HexF26FD4036C513a5345
Octal362157324066145472123105
Binary111100101101111110101000110110110010110011101010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26FD4; }

 p { color: rgb(242,111,212); }

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

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

 a { background-color: rgb(242,111,212); }

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

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

 span { border-color: rgb(242,111,212); }

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