#FF67D4

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

Shades of Neon Pink #FF67D4

Tints of Neon Pink #FF67D4

Color information

#FF67D4 (or 0xFF67D4) is unknown color: approx Neon Pink. HEX triplet: FF, 67 and D4. RGB value is (255,103,212). Sum of RGB (Red+Green+Blue) = 255+103+212=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 103 (40.62% from 255 or 18.07% from 570); Blue value is 212 (83.20% from 255 or 37.19% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FF67D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF67D4 is #00982B. Grayscale: #A0A0A0. Windows color (decimal): -38956 or 13920255. OLE color: 13920255.

HSL color Cylindrical-coordinate representation of color #FF67D4: hue angle of 316.97º 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 #FF67D4 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.

Color convert

RGB255103212-
CMYK00.600.170
HSL316.97º100%70.2%-
HSV(B)316.97º59.61%100%-
XYZ57.9735.7166.13-
YUV160.87156.86195.14-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.74%
GREEN value IS 103 (40.62% from 255) = 18.07%
BLUE value IS 212 (83.20% from 255) = 37.19%
R=44.74%
G=18.07%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510321200.600.170316.9710070.2
HexFF67D403C11013d6446
Octal377147324074210475144106
Binary11111111110011111010100011110010001010011110111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF67D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF67D4; }

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

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

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

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

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

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

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

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