#FF67D1

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

Shades of Neon Pink #FF67D1

Tints of Neon Pink #FF67D1

Color information

#FF67D1 (or 0xFF67D1) is unknown color: approx Neon Pink. HEX triplet: FF, 67 and D1. RGB value is (255,103,209). Sum of RGB (Red+Green+Blue) = 255+103+209=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 103 (40.62% from 255 or 18.17% from 567); Blue value is 209 (82.03% from 255 or 36.86% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FF67D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF67D1 is #00982E. Grayscale: #A0A0A0. Windows color (decimal): -38959 or 13723647. OLE color: 13723647.

HSL color Cylindrical-coordinate representation of color #FF67D1: hue angle of 318.16º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF67D1 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB255103209-
CMYK00.600.180
HSL318.16º100%70.2%-
HSV(B)318.16º59.61%100%-
XYZ57.635.5664.15-
YUV160.53155.36195.38-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.97%
GREEN value IS 103 (40.62% from 255) = 18.17%
BLUE value IS 209 (82.03% from 255) = 36.86%
R=44.97%
G=18.17%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510320900.600.180318.1610070.2
HexFF67D103C12013e6446
Octal377147321074220476144106
Binary11111111110011111010001011110010010010011111011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF67D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF67D1; }

 p { color: rgb(255,103,209); }

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

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

 a { background-color: rgb(255,103,209); }

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

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

 span { border-color: rgb(255,103,209); }

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